284 views

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Kaushal Sanadhya asked Oct 4, 2018
491 views
#include <stdio.h>int main(){ int i = 3; printf("%d", (++i)++); return 0;}Why does the above code is giving error?
2 votes
2 votes
1 answer
2
0 votes
0 votes
1 answer
3
Parshu gate asked Sep 26, 2017
605 views
1 votes
1 votes
0 answers
4
Ashish Roy 1 asked Mar 16, 2019
1,698 views
In the above 4 Statements which would print 123 as output ? Explain also.