what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / vinoth
It will work fine no value or error will be displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is null always defined as 0(zero)?
What is the difference between malloc calloc and realloc in c?
What is break in c?
What are shell structures used for?
Can a pointer be volatile in c?
What do the functions atoi(), itoa() and gcvt() do?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What are called c variables?
Is sizeof a keyword in c?
Is c call by value?
What are the main characteristics of c language describe the structure of ac program?
Explain how can I right-justify a string?
Are the variables argc and argv are always local to main?
Do you know the purpose of 'register' keyword?
What is void main () in c?