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

If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

12 Answers   Google,


hat is a pointer?

4 Answers   Assurgent,


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


What is c programming structure?

0 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


What is p in text message?

0 Answers  


What is scope and lifetime of a variable in c?

0 Answers  


What is pass by value in c?

0 Answers  


What do mean by network ?

0 Answers  


What are the applications of c language?

0 Answers  


program to find the magic square

1 Answers   Infosys,


Categories