Is c++ harder than java?


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

Post New Answer

More C++ General Interview Questions

What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,


What are the advantages of c++ over c?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Which one between if-else and switch is more efficient?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  






What is "strstream" ?

1 Answers   Huawei,


What is an undefined reference/unresolved external symbol error and how do I fix it?

0 Answers  


Can we define a constructor as virtual in c++?

0 Answers  


What is istream and ostream in c++?

0 Answers  


Define basic type of variable used for a different condition in C++?

0 Answers  


How can you link a c++ program to c functions?

0 Answers  


What does new do in c++?

0 Answers  


Categories