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

int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


What is decltype c++?

0 Answers  


What is overloading unary operator?

0 Answers  


What is a far pointer? where we use it?

0 Answers  


What is Memory Alignment?

2 Answers   TCS,






Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


How to implement flags?

2 Answers   Symphony,


Discussion on error handling of C++ .

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


What is the most common mistake on c++ and oo projects?

0 Answers  


What is using namespace std in cpp?

0 Answers  


Does std endl flush?

0 Answers  


Categories