what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / sriharsha
It print's only what's the ASCII value of 1000 for infinite loop
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Not all reserved words are written in lowercase. TRUE or FALSE?
What are data structures in c and how to use them?
What is logical error?
What is a nested formula?
What does a pointer variable always consist of?
which is an algorithm for sorting in a growing Lexicographic order
What is the difference between declaring a variable and defining a variable?
Which programming language is best for getting job 2020?
What is a stream in c programming?
How many identifiers are there in c?
What is the best way of making my program efficient?
What is infinite loop?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Why can arithmetic operations not be performed on void pointers?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?