BCA / B.Tech 3 min read

BCA || C++ Programming Paper 2018 Paper || MDSU Exam Paper

BCA || C++ Programming Paper 2018 Paper || MDSU Exam Paper


Part-A

Q.1 What is default access specifies members?
Q.2 Which operator in C++ is used with various 24 literals?
Q.3 Define token in C++.
Q.4 What do you mean by type casting?
Q.5 How we can achieve reusability in C++?
Q.6 What is the size of float in C++?
Q.7 What is the difference between while and do-while log
Q.8 Define structure in C++,
Q.9 What is pure virtual function & virtual function.
Q.10 Define inline member functions.


Part-B 

Q.11 Differentiate between break and continue in C++ with Example.
Q.12 Differentiate between structure and union in C++ with example
Q.13 Write a program in C++ to multiply two 2D arrays. 
Q.14 Explain friend function with example. 
Q.15 Explain how we can open a file with different mode.


Par-C 

Q.16 Explain various looping statements with suitable examples.

Or

Explain various object oriented programming concepts

Q.17 What is constructor in C++? Explain various types constructor with suitable examples.

Or

What is method overriding Explain it with Suitable example.

Q.18 Explain operator overloading with suitable example.

Or

Explain various types of inheritances of C++.