Previous Year Very Short Questions of C++ (BSC-IT 3rd)

Programming in c++

Previous year question paper with solutions for Programming in c++

Our website provides solved previous year question paper for Programming in c++ . Doing preparation from the previous year question paper helps you to get good marks in exams. From our C++ question paper bank, students can download solved previous year question paper. The solutions to these previous year question paper are very easy to understand.

These Questions are downloaded from www.brpaper.com You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.

Print this page
  1. What is reference variable. Give suitable example.
  2. What is function overloading? Give example.
  3. What is the use of private member functions.
  4. Give the concept of dynamic initialization of objects with suitable example.
  5. What is meant by virtual base class. What is its use.
  6. What is the role of this pointer?
  7. What are formatted console I/O operations in C++.
  8. Write down the steps in object oriented design.
  9. Virtual destructor
  10. Overloading
  11. Abstract class
  12. Default arguments
  13. New and delete
  14. Register variables
  15. Inline function
  16. Macro
  17. Call by Reference
  18. Early binding
  19. What are the advantages of object oriented programming?
  20. What is a destructor?
  21. What do you mean by a pure virtual function?
  22. What is an inline function?
  23. What is the use of a function prototype?
  24. How is the memory allocated to an object?
  25. What do you mean by input output streams?