what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / jay sean
The output of the given program is the character or ascii
value of 0,1,2,..........so on up to the stack of memory
get full.The reason behind it is the condition for
termination is not given in the for loop,because c=1000 is
assingment operator not a conditional.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many keywords are there in c?
What does double pointer mean in c?
can any one provide me the notes of data structure for ignou cs-62 paper
What are the advantage of c language?
Explain Function Pointer?
What's a good way to check for "close enough" floating-point equality?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Are there constructors in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are header files and explain what are its uses in c programming?
What are the types of c language?
What is the best organizational structure?
Is c call by value?
What are identifiers in c?