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

How can you force instantiation of a template?

1 Answers   ABC, Amazon,


Describe the role of the c++ in the tradeoff of safety vs. Usability?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What are different types of loops in c++?

0 Answers  


What is buffering in c++?

0 Answers  






What is object file? How can you access object file?

0 Answers  


What is a storage class used in c++?

0 Answers  


Is c++ the hardest programming language?

0 Answers  


What is the use of turbo c++?

0 Answers  


Write about the retrieval of n number of objects during the process of delete[]p?

0 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


Categories