what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / abdur rab
It goes into an infinite loop.
The compiler will check only the syntax, it is upto the
programmer to implement correct logic.
other than initialization, c is always 1000 and there is no
condition to be break the loop
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain what happens if you free a pointer twice?
What is a method in c?
Describe the order of precedence with regards to operators in C.
will u please send me the placement papers to my mail???????????????????
where are auto variables stored? What are the characteristics of an auto variable?
Explain the ternary tree?
What is else if ladder?
What is the difference between printf and scanf in c?
Explain is it valid to address one element beyond the end of an array?
What is pointers in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
How can I sort a linked list?
Write a program for finding factorial of a number.
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What are the different types of errors?