what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / dally
it will goto infinite loop because each time i=0 and i=100
so it will goto infinite loop.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it fine to write void main () or main () in c?
What is pass by reference in c?
Can a local variable be volatile in c?
How pointers are declared?
Is c easier than java?
What are the two forms of #include directive?
What does c mean in basketball?
What is the difference between fread and fwrite function?
Why is extern used in c?
What is an identifier?
Why is sprintf unsafe?
What is typedef struct in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is the difference between āgā and āgā in C?
Is it better to bitshift a value than to multiply by 2?