what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / guest
infinite loop
| Is This Answer Correct ? | 29 Yes | 7 No |
Post New Answer View All Answers
Why we use stdio h in c?
What is the size of enum in c?
When is the “void” keyword used in a function?
What is realloc in c?
Explain which function in c can be used to append a string to another string?
Is c is a high level language?
What are the loops in c?
Which is better malloc or calloc?
What is unary operator?
What are global variables and explain how do you declare them?
Why is sprintf unsafe?
What is p in text message?
Tell me is null always defined as 0(zero)?
What is the Purpose of 'extern' keyword in a function declaration?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above