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 are the uses of typedef in a program?
Explain terminate() function?
Explain the different access specifiers for the class member in c++.
What is the function to call to turn an ascii string into a long?
What is the difference between std::vector and std::list
Do inline functions improve performance?
List out some of the object-oriented methodologies?
What does ios :: app do in c++?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Is c++ the most powerful language?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
What happens when the extern "c" char func (char*,waste) executes?