Which is best c++ or java?


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

Post New Answer

More C++ General Interview Questions

What are inline functions?

2 Answers   Fidelity, Verizon,


how many controls can we place on single form.

1 Answers   Microsoft,


How do I run c++?

0 Answers  


What is array give example?

0 Answers  


What is the purpose of ios::basefield in the following statement?

0 Answers  






What are default parameters? How are they evaluated in c++ function?

0 Answers  


How do you test your code?

4 Answers   Microsoft,


What is a volatile variable in c++?

0 Answers  


Can you please explain the difference between overloading and overriding?

0 Answers  


Difference between inline functions and macros?

0 Answers  


How to declare a function pointer?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


Categories