What are the differences between java and c++?


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

Post New Answer

More C++ General Interview Questions

What are the differences between malloc() and calloc()?

0 Answers  


what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


Explain about Garbage Collector?

0 Answers  


What is a template in c++?

0 Answers  






Differentiate between an external iterator and an internal iterator?

0 Answers  


What is function overriding in c++?

0 Answers  


what is the basic concept of c++(object oriented programing)

4 Answers   Wipro,


1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.

3 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  


How is c++ used in the real world?

0 Answers  


What's the best free c++ profiler for windows?

0 Answers  


Categories