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
Is overriding possible in c++?
How to declaring variables in c++?
What is double in c++?
What is namespace & why it is used in c++?
What is the difference between public and private data members?
Why is it called c++?
Define upcasting.
What are the uses of typedef in a program?
Why do we use iterators?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What happens if a pointer is deleted twice?
Differences between private, protected and public and give examples.