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
In a function declaration, what does extern mean?
Is python better than c++?
How can I learn dev c++ programming?
What is type of 'this' pointer? Explain when it is get created?
How are the features of c++ different from c?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Can you please explain the difference between overloading and overriding?
what is static function
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
When do we use copy constructors?
Is dev c++ free?
What are the various compound assignment operators in c++?