What does the following do: for(;;) ;
a) Illegal
b) Loops forever
c) Ignored by compiler...not illegal
No Answer is Posted For this Question
Be the First to Post Answer
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
Write about the stack unwinding?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
why v use c++ even we have microprocessor
Write a C++ Program to Multiply two Numbers
What are the advantages of using friend classes?
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
What is a literal in c++?
What is c++ map?
What are the three forms of cin.get() and what are their differences?
What are the two shift operators and what are their functions?
What is diamond problem in c++?