MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
How many loops are there in C++ 98?..
1.
How many loops are there in C++ 98?
A.
2
B.
3
C.
4
D.
5
E.
Answer» C. 4
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
How many loops are there in C++ 98?
Which of the following operators cannot be overloaded ?
Reusability is a desirable feature of a language as it
<pre class="result notranslate">#include <iostream>using namespace std;class course{ char name[10]; public : void lfc() { cout<< name; }}; </pre>15.A private function of a derived class can be accessed by the parent class.
<pre class="result notranslate">#include <iostream>using namespace std;class course{ int member; public : int* lfc() { return & member; }};main(){course s;int *ptr=s.lfc();return 0;} </pre>13.In a class, encapsulating an object of another class is called
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply