Important Questions on C++

Last Updated: Sep 13, 2013

Jan 13 • Resources • 143598 Views • 448 Comments on Important Questions on C++

Questions with Answers on C++ Programming Language
Following are the important questions on C++ with their answers which has been asked in the various exams and interviews. Let’s discuss them in detail.

Q1: What is C++?
Ans: C++ is a general purpose object oriented programming language invented in the early 1980 by bajarne stroutrup.

Q2: What is class?
Ans: A class can be declared as a collection of data members along with members function which allows association of data and functions into a single unit called encapsulation.

C++

C++ Language

Q3: What are the different features of c++?
Ans: Following are the different features of the Classes in C++,

  • Operators and function overloading
  • Free storage management
  • Constant types
  • References
  • Inline function
  • Virtual function
  • Templates
  • Exception handling

Q4: Explain constructor?
Ans: Constructors is a member function having the same name as that of its class and is executed automatically when the class is instantiated(object is created).

Q5: What is a function?
Ans: A function is a block of code which executes the statements when we call it.
It consists of three entities:
1) the function name.this is simply a unique identifier.
2) The function parameters.this is a set of zero or more typed identifier.
3) The function return type this specifies the type of value function returns.

Q6: Explain Inline function?
Ans: Inline function are those function whose function body is inserted in place of the function call.

Q7: What is function overloading?
Ans: function polymorphism for function overloading is a concept that allows multiple function to share the same name with different arguments type assigning one or more function function body to the same name is known as function overloading.

Q8: What is implicit and explicit type conversion?
Ans: In implicit casting in c++ compile automatically handle the type conversion.the final result expressed in the highest precision possible.

Explicit: the conversion of data type of two operands is not automatic but forced.we can force an expression to be a specific type by using a cast.

Q9: What is inheritance in C++ and name the different types of inheritance?
Ans: it is a technique of organizing information in a hierarchy form. It is like a child inheriting the features of its parent.
The class which we are inheriting from is called as the base class and the class which inherits called as derived class.

Different types of inheritance are as follows-:
1) single level
2) Multi-level
3) Multiple
4) Hierarchical(hybrid)
5) multipath

Q10: What is friend function?
Ans: A friend function is a function which is use to access the private data member of different class.

Download the C++ Questions and Answers in pdf QUESTIONS ON C++ with Answers.pdf

Give your views about this article in the comments below this article.

Related Links-
Important Question on C++
C++ Interview Questions and Answers with PDF

Tell us Your Queries, Suggestions and Feedback

Your email address will not be published. Required fields are marked *

448 Responses to Important Questions on C++

  1. Anonymous says:

    Ta for ur helping

  2. prajakta says:
  3. Anonymous says:
  4. Anonymous says:
  5. Anonymous says:
  6. mipawa says:

    pointers and arrays

  7. PRABIN MEHER says:
  8. Anonymous says:
  9. efeson says:

    physics

  10. efeson says:

    physics

  11. Mufi says:

    C++ problems

  12. sangeetha says:

    need of viva questions on computer practicals for CS

  13. sangeetha says:

    need of viva questions on computer practicals for CS

  14. gurrala dhamodhar says:
  15. Manoz Pant says:
  16. Muhammad khan says:

    BSCS

  17. Muhammad khan says:
  18. rehman baig says:

    i want to get help.

  19. rehman baig says:

    i want to get help.

  20. AJEET KUMAR says:

    C+++ paper question

  21. amare says:

    Enter your any educational query or doubtcolle student

  22. chacha says:

    diploma

  23. ajay shukla says:

    project cding on sales management system

« »