Computer Science, asked by likithakasireddy01, 10 months ago

3. What is the output of the following C program?
int main()
{
int i=5;
i=i++ + ++i;
printf("%d",1);
return 0;
}​

Answers

Answered by Anonymous
1

Answer:

There are a few minor corrections:-

"d" isn't defined in your program.

"printf" is a name error.

so the output without the errors would be:-

10

Answered by rohitkumarrp858
0

Answer:

int I=5; is your answer this question I think this answer is correct I hove it

Similar questions