what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}
Answer Posted / rameesh ka
answer is
3,2,2
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Can we change the value of #define in c?
Write a program to print numbers from 1 to 100 without using loop in c?
What does the c in ctime mean?
What does sizeof return c?
Explain low-order bytes.
What is the difference between far and near ?
Why are algorithms important in c program?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How can I ensure that integer arithmetic doesnt overflow?
What is graph in c?
List the difference between a "copy constructor" and a "assignment operator"?
What is difference between %d and %i in c?
Explain how do you print only part of a string?
What is character set?