what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / p
answer 6 is absolutely correct
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Explain the use of keyword 'register' with respect to variables.
What are the types of assignment statements?
What is a loop?
What is size of union in c?
Where static variables are stored in c?
What is the size of a union variable?
List some of the static data structures in C?
What is sizeof in c?
What are the header files used in c language?
What is typedef?
Explain why C language is procedural?
What are the key features in c programming language?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What kind of structure is a house?
What is methods in c?