K

C++ Institute CPA Questions

Information About C++ Institute CPA Exam

Vender: C++ Institute
Exam Code: CPA
Exam Name: CPA - C++ Certified Associate Programmer
Number Of Questions: 220
Certification Name: C++ Certified Associate Programmer
Exam Language: English
Questions Type: MCQs
Material Format: PDF & Web Practice Test Software

Prepare C++ Institute CPA Exam Questions

Question No 1:
What will the variable "age" be in class B? class A { int x; protected: int y; public: int age; A () { age=5; }; }; class B : public A { string name; public: B () { name="Bob"; }; void Print() { cout << name << age; } };

A. public
B. private
C. protected
D. None of these

Answer: A

See More Questions

Join the conversation

You can post now after register. If you have an account, sign in now to post with your account.