App Logo

No.1 PSC Learning App

1M+ Downloads
_______ ന്റെ ചിത്ര ആവിഷ്‌കാരണമാണ് ഫ്ളോചാർട്ട് .

Aടെർമിനൽ

Bഅൽഗോരിതം

Cപ്രോസസ്

Dഇവയൊന്നുമല്ല

Answer:

B. അൽഗോരിതം


Related Questions:

MDI stands for:
In programming, what is the purpose of a loop?
The generic name used for unexpected errors that occur during the execution of a programme is called :

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

Find the user defined data type in C :