for(;;)
printf("C language")
What is out put of above??
Answer Posted / anilsn
compilation error, ; should be at the end of printf
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between far and near pointers?
When should structures be passed by values or by references?
What is the difference between single charater constant and string constant?
praagnovation
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Where local variables are stored in c?
Why double pointer is used in c?
Is anything faster than c?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is difference between stdio h and conio h?
What does 3 mean in texting?
What is %d called in c?
What is conio h in c?
What is the use of sizeof?
Where are c variables stored in memory?