what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}

Answer Posted / harun

11

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of 'register' keyword?

694


Is malloc memset faster than calloc?

622


What are header files? What are their uses?

642


What is #define?

578


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

817






What is a lookup table in c?

629


Are pointers integers in c?

615


Can you write the function prototype, definition and mention the other requirements.

664


What are the types of arrays in c?

625


In a byte, what is the maximum decimal number that you can accommodate?

628


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

679


Can you subtract pointers from each other? Why would you?

558


Why & is used in scanf in c?

629


Explain what does the function toupper() do?

638


What are 3 types of structures?

596