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
write a program fibonacci series and palindrome program in c
can anyone please tell about the nested interrupts?
What is c variable?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Is main a keyword in c?
Is null valid for pointers to functions?
Explain the difference between #include "..." And #include <...> In c?
Why malloc is faster than calloc?
What is difference between scanf and gets?
Tell me when would you use a pointer to a function?
What is the value of h?
How do you use a pointer to a function?
What is a pointer in c plus plus?
Explain how can I convert a number to a string?