what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / abdulhamid
just wanna know
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain what is wrong with this statement? Myname = ?robin?;
What is #define in c?
What are keywords in c with examples?
What are the types of operators in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Is there a way to switch on strings?
Describe the difference between = and == symbols in c programming?
What is the difference between array and pointer in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What are loops c?
What are the different types of C instructions?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
How many identifiers are there in c?
What is variable initialization and why is it important?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)