Computer Science, asked by mksmart, 9 months ago

What is the Output of the following C Program?

Programming on C 0

CSE 0

CSE 3

Compilation

Answers

Answered by imraushanraaz
0

Explanation:

The output of the following 'C' program.

main()

{

int i=2;

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

}

Output:-

4 3

In this output the value of i is increase.

Mark me as a brainlist thankyou

Similar questions