what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / karthik
i executed this program it went on displaying funny
characters indefinite loop
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
List some of the dynamic data structures in C?
Is c a great language, or what?
Find MAXIMUM of three distinct integers using a single C statement
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain how does free() know explain how much memory to release?
What is gets() function?
what is a constant pointer in C
What is difference between union and structure in c?
What are the features of c language?
Whats s or c mean?
Explain the properties of union.
write a program to concatenation the string using switch case?
What is union and structure?
Is array a primitive data type in c?
how can f be used for both float and double arguments in printf? Are not they different types?