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
What are the difference between a free-standing and a hosted environment?
How do I copy files?
Who developed c language and when?
Explain the difference between exit() and _exit() function?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Write a program to know whether the input number is an armstrong number.
How can I find out how much free space is available on disk?
Can we access array using pointer in c language?
What is the most efficient way to store flag values?
What is null pointer constant?
What is optimization in c?
Explain the difference between getch() and getche() in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What’s the special use of UNIONS?