closed by
239 views
0 votes
0 votes
closed with the note: bad question, undefined stuffs wont be asked in any good examination
what will be the output of code

main()

{

int c=5;

printf("%d %d ",++c, c++);

}
closed by

Related questions

2 votes
2 votes
3 answers
1
0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
0 votes
0 votes
0 answers
4