what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}
Answer Posted / sebestiraj
1,2,3
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
ATM machine and railway reservation class/object diagram
Tell me what are bitwise shift operators?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
difference between Low, Middle, High Level languages in c ?
What is string function in c?
What is double pointer in c?
What is malloc() function?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
what is ur strangth & weekness
What is scope rule in c?
What is the -> in c?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Is javascript based on c?
if p is a string contained in a string?
What is the significance of scope resolution operator?