Is c++ a programming language?


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

Post New Answer

More C++ General Interview Questions

What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


What is type of 'this' pointer?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,






What is the use of 'using' declaration in c++?

0 Answers  


Live example for static function?

1 Answers   Infosys,


What is tellg () in c++?

0 Answers  


How do we implement inheritance in c++?

0 Answers  


What is the return value of the insertion operator?

0 Answers  


What are mutator methods in c++?

0 Answers  


when can we use virtual destructor?

7 Answers   HCL, HP, Virage Logic,


Categories