what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / vikas chauhan
It will print funny caharcter ( ascii equivalent of 1000
trucated char) infinitely
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the value of uninitialized variable in c?
What is calloc() function?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is scope and lifetime of a variable in c?
What is %d called in c?
Where register variables are stored in c?
What is the difference between malloc calloc and realloc in c?
write a program to print largest number of each row of a 2D array
What's the difference between constant char *p and char * constant p?
all c language question
Explain what is a stream?
Explain threaded binary trees?
What is property type c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is difference between array and pointer in c?