What are the important differences between c++ and java?


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

Post New Answer

More C++ General Interview Questions

Is ca high or low level language?

0 Answers  


What c++ is used for?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


Should I learn c or c++ or c#?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,






What is a lambda function c++?

0 Answers  


What are the comments in c++?

0 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


How can you force instantiation of a template?

1 Answers   ABC, Amazon,


Categories