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
What is operator precedence?
Is array name a pointer?
Are comments included during the compilation stage and placed in the EXE file as well?
What are the general description for loop statement and available loop types in c?
What standard functions are available to manipulate strings?
How do you determine a file’s attributes?
What is a const pointer in c?
What is the use of sizeof?
What is volatile, register definition in C
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.
I need previous papers of CSC.......plz help out by posting them.......
What is the best way to store flag values in a program?
Is using exit() the same as using return?
Can you add pointers together? Why would you?
What is meant by type specifiers?