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 are the primitive data types in c?
What will the preprocessor do for a program?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
what are bit fields in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Explain which function in c can be used to append a string to another string?
If the size of int data type is two bytes, what is the range of signed int data type?
Is c procedural or object oriented?
What are the different types of C instructions?
What are global variables?
What is extern c used for?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain logical errors? Compare with syntax errors.
write a proram to reverse the string using switch case?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures