Computer Science, asked by brupam7791, 1 year ago

What will be output if you will compile and execute the following c code?

#include #define max 5 void main(){ int i = 0; i = max++; printf("%d", i++); }
A.5
B.6
C.7
D.0

Answers

Answered by Neeraj723
0
Hii dear here is your answer


option b is the correct answer

Hope it's help u
Answered by MoonGurl01
5
Hey mate,☺☺☺

Here is your answer...✨✨✨

➡➡➡➡➡➡➡➡➡➡➡➡➡

QUESTION:

What will be output if you will compile and execute the following c code?

#include #define max 5 void main(){ int i = 0; i = max++; printf("%d", i++); }
A.5
B.6
C.7
D.0

ANSWER:

Option 【B】 6

✔✔✔✔✔✔✔✔✔✔✔✔✔

Hope this will help you...✨✨✨

Keep Asking..✌✌✌

❤❤❤ If helps you, Mark my answer as Brainliest....❤❤❤
Similar questions