What are the main features of c++?


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

Post New Answer

More C++ General Interview Questions

What are templates? where we should use it?

2 Answers   Alcatel,


Why ctype h is used in c++?

0 Answers  


How do we balance an AVL Tree in C++?

0 Answers   Impetus,


What is buffer and example?

0 Answers  


What is c strings syntax?

0 Answers  






Are there any special rules about inlining?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

0 Answers  


What is c++ namespace?

0 Answers  


Is swift a good first language?

0 Answers  


What is size of empty class object

5 Answers   CA,


what is the use of Namespace in c++.

3 Answers  


Categories