- Online Exam Test Papers | - MCQs[multiple choice questions and answers ] | - Mock Test Papers | - Practice Papers | - Sample Test Papers |

Question:
What will be output if you will compile and execute the following c code? #include<stdio.h>
int main(){
int a=10;
printf("%d %d %d",a,a++,++a); return 0;
}

1.12 11 11

2.12 10 10

3. 11 11 12

4.10 10 12

Posted Date:-2022-07-06 13:39:07


More MCQS Questions and answers

Search