[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Control Instructions - Discussion

Home > C Programming > Control Instructions > MCQs Questions Discussion

84 / 33

What will be the O/P?

void main()
{
    int i=0;
    switch(i){
        case 0 : printf("%d",i);break;
        case 1 : printf("%d",i);break;
    }
}

ACompile-time error

B0

C1

DRun-time error

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Wipro

Post Your Answer Here:     

No Discussion on this question yet!