What is the latest version on c++?


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

Post New Answer

More C++ General Interview Questions

If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


Difference between linked list and array?

3 Answers  


What is a manipulator in c++?

0 Answers  


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

0 Answers  


What is protected inheritance?

0 Answers  






How to declaring variables in c++?

0 Answers  


what is c++

0 Answers  


What is the C-style character string?

0 Answers  


What about Virtual Destructor?

1 Answers   Virtusa,


What is iomanip c++?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What is the difference between global variables and static varables?

0 Answers  


Categories