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
What is the code for 3 questions and answer check in VisualBasic.Net?
what is difference b/w extern & volatile variable??
HOW TO SWAP TWO NOS IN ONE STEP?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
differnce between do and do while
Explain how can I remove the trailing spaces from a string?
What are the average number of comparisons required to sort 3 elements?
main() {int a=200*200/100; printf("%d",a); }
What is meant by 'bit masking'?
Explain about block scope in c?
What is calloc malloc realloc in c?
Is it possible to have a function as a parameter in another function?