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
What kind of jobs can I get with c++?
Why preincrement operator is faster than postincrement?
What is pointer -to-members in C++? Give their syntax?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Describe private, protected and public?
What is set in c++?
Write a Program to find the largest of 4 no using macros.
Definition of class?
What is dangling pointers?and what is memory leak?
Why is c++ still best?
What is new in c++?
What are the basics concepts of OOPS?