for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / naren
ans is i=2
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
What is the c value paradox and how is it explained?
What type of function is main ()?
Why c is called a middle level language?
Explain the difference between null pointer and void pointer.
What are external variables in c?
Explain bitwise shift operators?
When can you use a pointer with a function?
What is c mainly used for?
What is the difference between #include and #include 'file' ?
What is #define used for in c?
What is the use of typedef in c?
What is the purpose of 'register' keyword in c language?
Why are algorithms important in c program?
Explain what is the concatenation operator?
Can two or more operators such as and be combined in a single line of program code?