Control Instructions

Q1:
How many times 'AptitudeCrack' is get printed?
#include<stdio.h>
int main()
{
    int x;
    for(x=-1; x<=10; x++)
    {
        if(x < 5)
            continue;
        else
            break;
        printf('AptitudeCrack');
    }
    return 0;
}

A Infinite times

B 11 times

C 0 times

D 10 times

ANS:A - Infinite times

No answer description is available. Let's discuss.



img not found
img

For help Students Orientation
Mcqs Questions

One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.