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
Is it possible to run using programming C for Java Application?
What is string function c?
What is the significance of c program algorithms?
What are the different pointer models in c?
What is pointer and structure in c?
Why enum is used in c?
Read two numbers from keyboard and find maximum of them?
Explain how can you restore a redirected standard stream?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
What is wild pointer in c with example?
what is c programming?
What are register variables in c?