what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / ashok
infinite loop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the mean of function?
Why do we use pointer to pointer in c?
What is the use of getchar() function?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is the difference between a string and an array?
Can we access array using pointer in c language?
Define and explain about ! Operator?
What is function prototype?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is signed and unsigned?
What are two dimensional arrays alternatively called as?
Explain what is wrong with this program statement?
What do you mean by dynamic memory allocation in c? What functions are used?
What is the difference between class and object in c?
Explain what will the preprocessor do for a program?