Computer Science, asked by mohitzope19, 2 months ago

more such questions so as to ensure the achievement of
1. Write the output of following C Program.
#include<stdio.h>
int main()
{
int i=1;
i=2+2*i++;
printf("%d",i);
return 0;
miel Education​

Answers

Answered by akzcreations
1

Answer:

The output of above programme will be 4.

Explanation:

Hope it will help you.

Similar questions