Why is c++ so fast?


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

Post New Answer

More C++ General Interview Questions

What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


What are virtual functions in c++?

0 Answers  


Why Pointers are not used in C++?

0 Answers   Global Logic,


What are namespaces in 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 late binding c++?

0 Answers  


What is function declaration in c++ with example?

0 Answers  


Can we define a constructor as virtual in c++?

0 Answers  


How does class accomplish data hiding in c++?

0 Answers  


Can non graphic characters be used and processed in C++?

0 Answers   HCL,


What is std namespace in c++?

0 Answers  


Categories