What are the benefits of oop in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


What is difference between array and vector in c++?

0 Answers  


List the issue that the auto_ptr object handles?

0 Answers  


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,






What is the use of volatile variable?

0 Answers  


What is a float in c++?

0 Answers  


How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  


What is the full form of stl in c++?

0 Answers  


What is the real purpose of class – to export data?

0 Answers  


What are the various compound assignment operators in c++?

0 Answers  


Is c++ a good first language to learn?

0 Answers  


Categories