what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / ksprasad
It will go for infinite loop.
But in each iteration, c is assigned with the value 1000.
So each time it will print a character of ascii=1000.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is register a keyword in c?
int far *near * p; means
Hai what is the different types of versions and their differences
What is break in c?
What is atoi and atof in c?
What is the most efficient way to store flag values?
What is function what are the types of function?
What is a constant and types of constants in c?
How does free() know explain how much memory to release?
What are different types of pointers?
What is sizeof array in c?
How are strings stored in c?
What is a spanning Tree?
What does 2n 4c mean?
What is cohesion and coupling in c?