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

Post New Answer

More C++ General Interview Questions

Is overriding possible in c++?

0 Answers  


How to declaring variables in c++?

0 Answers  


What is double in c++?

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


What is the difference between public and private data members?

0 Answers  






Why is it called c++?

0 Answers  


Define upcasting.

0 Answers  


What are the uses of typedef in a program?

0 Answers  


Why do we use iterators?

0 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


What happens if a pointer is deleted twice?

0 Answers   Flextronics,


Differences between private, protected and public and give examples.

0 Answers  


Categories