What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answer Posted / navi
1 1 1
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
Give me the code of in-order recursive and non-recursive.
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 does 1f stand for?
Explain what are linked list?
What are the features of c language?
Is c pass by value or reference?
What does the error message "DGROUP exceeds 64K" mean?
What is the significance of c program algorithms?
How can I prevent another program from modifying part of a file that I am modifying?
What functions are used for dynamic memory allocation in c language?
How is pointer initialized in c?
Is c++ based on c?
What is the c language function prototype?
How do you determine whether to use a stream function or a low-level function?
Write a program in c to replace any vowel in a string with z?