This document contains details about a C++ exam to be held for 3 hours. It includes questions divided into 3 parts - Part I contains 10 multiple choice questions worth 2 marks each with word limit of 40 words per answer, Part II contains 5 questions worth 4 marks each with word limit of 80 words per answer, and Part III contains 5 questions worth 12 marks each. The document also provides contact details of the exam organizer.
1 of 2
Download to read offline
More Related Content
C++ exam 2017
1. Time: 3 hour
By:Manish Swarnkar
Contact No:9887474850
manishsony4u@gmail.com
C++ Exam 2017
Aims Tutorial
Oriental Bank of Commerce
H.No.:69/339 VT Road Ward 27,
Mansarovar Jaipur (Rajasthan) 302020
Contact No: +91-8947920041
P a g e | 1
By: Manish Swarnkar
9887474850
PART-I
Each Question is of 2 marks
Words limit for the answer is 40 words
1. What is this pointer?
2. What is Exception Handling?
3. What is bitwise operator write-down all bitwise operator?
4. What is control statement write down the control statements?
5. What is stream? Why we require stream in programming?
6. What is data hiding in c++? Why we require it?
7. What is static member function?
8. What is abstract class? Why we require it?
9. What is eof() define it.
10. What is overriding?
PART-II
Each question is of 4 marks
Word limit for the answer is 80
11. Discuss function template briefly.
12. Explain operator over loading using friend function.
13. Write down difference between c and c++.
14. What is inheritance? What are the base and derived classes? Give a
suitable example of inheritance.
15. What are objects? Describe the syntax for defining objects with
example.
PART-III
Each question is of 12 marks
16. What is object oriented paradigm explain in briefly
or
What is different between modular programming language and
object oriented language.
2. Time: 3 hour
By:Manish Swarnkar
Contact No:9887474850
manishsony4u@gmail.com
C++ Exam 2017
Aims Tutorial
Oriental Bank of Commerce
H.No.:69/339 VT Road Ward 27,
Mansarovar Jaipur (Rajasthan) 302020
Contact No: +91-8947920041
P a g e | 2
By: Manish Swarnkar
9887474850
17. What is the string inc++? How we can define and declare it. Write a
program to convert lower case letter in the upper case without using
strupr() function.
Or
Explain call by value, call by reference and call by address briefly
with examples.
18. What are constructors and destructors? Explain how they differ
from normal functions
Or
Define inline function. What are the guidelines that need to be
followed for deciding if the function is to be used as member function
or inline function?
19. What is visibility mode? What are the different inheritance visibility
modes supported by C++?
or
What is binding explain in details. Why we need it in c ++.
20. What is File? How to read and write a file. Write a program to
calculate total number of words in a file.
Or
Write Shorts notes on any two
1. Try catch and throw key words with the help of example.
2. Class Template with example
3. Class hierarchy of stream class.