C++ Multiple Choice Questions for Beginners

Home » C++ » MCQs for Beginners
Page 3 (51 - 75)


Question: 51


(A) <ofstream>
(B) <outstream>
(C) <iofstream>
(D) <ostream>


Level: Beginner
Category of MCQ: filehandling in C++

Question: 52


(A) <ofstream>
(B) <ifstream>
(C) <fstream>
(D) <iostream>


Level: Beginner
Category of MCQ: filehandling in C++

Question: 53


(A) For
(B) Do…While
(C) If
(D) While


Level: Beginner
Category of MCQ: loops in C++

Question: 54


(A) Branching
(B) Looping
(C) Rekursif
(D) Algorithm


Level: Beginner
Category of MCQ: loops in C++

Question: 55


(A) The GNU C compiler
(B) GNU C compiler
(C) Generic C compiler
(D) GDB C Compiler


Level: Beginner
Category of MCQ: gcc_g++ in C++

Question: 56


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: structure in C++

Question: 57


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: structure in C++

Question: 58


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: union in C++

Question: 59


(A) a member
(B) an array
(C) a tag
(D) None of these


Level: Beginner
Category of MCQ: structure in C++

Question: 60


(A) employee[2]->hourlyWage = 50.00;
(B) employee2.hourlyWage = 7.50;
(C) hourlyWage[2].employee = 29.75;
(D) employee[2].hourlyWage = 75.00;


Level: Beginner
Category of MCQ: structure in C++

Question: 61


(A) cout<<student1.gpa;
(B) cout<<firstStudent.gpa;
(C) cout<<student[1].gpa;
(D) cout<<student1 ->gpa;


Level: Beginner
Category of MCQ: structure in C++

Question: 62


(A) MAPLE
(B) 2
(C) ‘M’
(D) 1


Level: Beginner
Category of MCQ: enum in C++

Question: 63


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: other in C++

Question: 64


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: datatype in C++

Question: 65


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: filehandling in C++

Question: 66


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: filehandling in C++

Question: 67


(A) get
(B) write
(C) put
(D) insert


Level: Beginner
Category of MCQ: filehandling in C++

Question: 68


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: classesAndobjects in C++

Question: 69


(A) TRUE
(B) FALSE


Level: Beginner
Category of MCQ: inheritance in C++

Question: 70


(A) True
(B) False


Level: Beginner
Category of MCQ: classesAndobjects in C++

Question: 71


(A) True
(B) False


Level: Beginner
Category of MCQ: classesAndobjects in C++

Question: 72


(A) Honda->run;
(B) Honda.run();
(C) run()
(D) Honda()


Level: Beginner
Category of MCQ: classesAndobjects in C++

Question: 73


(A) True
(B) False


Level: Beginner
Category of MCQ: classesAndobjects in C++

Question: 74


(A) static function
(B) utility function
(C) constructor
(D) destructor


Level: Beginner
Category of MCQ: classesAndobjects in C++

Question: 75


(A) True
(B) False


Level: Beginner
Category of MCQ: classesAndobjects in C++

Browse By Categories


MCQs

About Us | Contact Us | Privacy Policy | Career  | Online Training
Youtube   LinkedIn   Facebook   Twitter   Instagram  
Copyright©CppBuzz.com
Like many websites, we use cookies to ensure best browsing experience on our website. While using this website, you acknowledge to have read and accepted our cookie and privacy policy.