count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be
a) 0
b) 11
c) 55
d) array
No Answer is Posted For this Question
Be the First to Post Answer
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is c programing language?
write a program for egyptian fractions in c?
WHAT IS FLOAT?
Wt are the Buses in C Language
In which area global, external variables are stored?
What is the difference between text files and binary files?
In header files whether functions are declared or defined?
What are identifiers in c?
State the difference between x3 and x[3].
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
what is mean by Garbage collection ? Please answer me. Advance thanks.