How many standards of c++ are there?


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

Post New Answer

More C++ General Interview Questions

Define pure virtual function?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


what do you mean by memory management operators

4 Answers   HCL,






Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


What is c++ similar to?

0 Answers  


Who calls main function?

0 Answers  


What is pure virtual function? Or what is abstract class?

0 Answers  


Can I run c program in turbo c++?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


What is the default access level?

0 Answers  


Categories