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
Which sorting algorithm is the best?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What is external and internal variables What is dynamic memory allocation what is storage classes in C
When a c file is executed there are many files that are automatically opened what are they files?
What is spaghetti programming?
What is C language Terminator?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
what is disadvantage of pointer in C
how to reverse string "Hello World" by using pointers only. Without any temp var
write a program to display all prime numbers
what is array?
Explain the use of function toupper() with and example code?