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

Post New Answer

More C Interview Questions

What are formal parameters?

0 Answers  


What do you mean by keywords in c?

0 Answers  


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


What is a protocol in c?

0 Answers  


what is pointer

1 Answers   TCS,






What are operators in c?

0 Answers  


What is && in c programming?

0 Answers  


What is the best organizational structure?

0 Answers  


Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.

1 Answers  


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


What is meant by inheritance?

0 Answers  


How will you allocate memory to double a pointer?

1 Answers  


Categories