what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / ashok
infinite loop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how should functions be apportioned among source files?
What does & mean in scanf?
How many bytes is a struct in c?
What is file in c language?
Differentiate between declaring a variable and defining a variable?
What are enums in c?
application attempts to perform an operation?
write a program to create a sparse matrix using dynamic memory allocation.
What are the characteristics of arrays in c?
What is the use of a static variable in c?
What is #include stdlib h?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is the purpose of realloc()?
What is c token?
Is c is a high level language?