Why c++ is faster than java?


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

Post New Answer

More C++ General Interview Questions

How do you declare A pointer to function which receives an int pointer and returns a float pointer

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


What are the data types in c++?

0 Answers  


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


What is the use of main function in c++?

0 Answers  






Why was c++ created?

0 Answers  


Is java as fast as c++?

0 Answers  


Why c++ is called oop?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Differentiate between a constructor and a destructor in c++.

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


State the difference between pre and post increment/decrement operations.

0 Answers  


Categories