what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}
Answer Posted / 123ghouse@gmail.com
3,2,2;
| Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
What is keyword in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
How to draw the flowchart for structure programs?
Compare array data type to pointer data type
What is the value of uninitialized variable in c?
What is the meaning of ?
What is nested structure with example?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
How can you increase the size of a dynamically allocated array?
How can I prevent another program from modifying part of a file that I am modifying?
Explain how do you view the path?
How can I find out the size of a file, prior to reading it in?
What are structure members?
What does stand for?
What are the different file extensions involved when programming in C?