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
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
hat is a pointer?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
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.
What is c programming structure?
wap in c to accept n number display the highest and lowest value
What is p in text message?
What is scope and lifetime of a variable in c?
What is pass by value in c?
What do mean by network ?
What are the applications of c language?
program to find the magic square