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

Can we change the basic meaning of an operator in c++?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


Explain the term memory alignment?

0 Answers  


What is buffer and example?

0 Answers  


What are the 2 main types of data structures?

0 Answers  






What are keywords in c++?

0 Answers  


Is c++ platform dependent?

0 Answers  


What is null pointer and void pointer and what is their use?

0 Answers  


How can you differentiate between inheritance and implementation in c++?

0 Answers  


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

0 Answers  


How many keywords are used in c++?

0 Answers  


Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";

7 Answers   CTS,


Categories