Computer Science, asked by ha3rsAashnhlijj1u, 1 year ago

Output for the given Coding
Find the output for the given program? #include int main() {int x=123; int i={ printf("c" "++")}; for(x=0;x<=i;x++); } return 0; }

Answers

Answered by yasas
0
the output of your program is c++
Similar questions