what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / m.kiran kumar
warning occurs as possibly incorrect statement.
and the statement falls into infinite loop printing the
ascii character equivalent to 0
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can a process change an environment variable in its caller?
State the difference between realloc and free.
What is a 'null pointer assignment' error?
How can you increase the size of a dynamically allocated array?
What is non linear data structure in c?
why programs in c are running with out #include
What is a header file?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What does %d do in c?
write a program to concatenation the string using switch case?
What is echo in c programming?
Explain what is wrong with this statement? Myname = ?robin?;
What is extern variable in c with example?
Difference between strcpy() and memcpy() function?
Why we use stdio h in c?