Computer Science, asked by karnatakamteja1852, 6 months ago

Output of the following program: #include <stdio.h> #define A I + 2 #define B 3 + 4 int
main() { int var = A* B; printf("%d\n", var); }
09
O 11
O 12
O 21​

Answers

Answered by supreetidebnath597
1

Explanation:

21

this is the answer

please follow me

Similar questions