BCA / B.Tech 4 min read

BCA || C++ Programing Paper 2017 Paper || MDSU Exam Paper

BCA || C++ Programing Paper 2017 Paper || MDSU Exam Paper


Part-A

Q.1 Define the term keyword in C++
Q.2 Write the Syntax of For Statement
Q.3 What is OOP
Q.4 Define the container classes
Q.5 Define the tellg and telip functions.
Q.6 What are static classes?
Q.7 What do you mean by poister?
Q.8 How to define outline function in C++?
Q.9 How to achieve dynamic memory allocation?
Q.10 Which are the Access modifiers?

Part-B 

Q.11 Write a program in C++ to find out largest number 3 variable using by conditional operator.
Q.12 Explain storage, classes.
Q.13 Write a program to find out that given year is a leap or not.
Q.14 How can one access private member of one class another class in CPP?
Q.15 What is the difference function overloading and overriding?

Part-C

Q.16 What do you mean by inheritance? Also explain different types of inheritance.

OR

 What do you mean by polymorphism? Explain with the help of a CPP program. 

Q.17 What is the file in CPP? Write a program to copy data from one file to another file and also print output on the screen. 

OR

 What do you mean by Operator in CPP? Explain in detail

Q.18 Write short note on any three-

(i) Virtual Function
(ii) Structures
(iii) Unions
(iv) Data Encapsulation
(v) Classes and Objects