Is java easier than c++?


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

Post New Answer

More C++ General Interview Questions

Explain "const" reference arguments in function?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


What is problem with overriding functions?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


What is a container class?

0 Answers  






what is pulse code modulation?

2 Answers   Wipro,


Explain virtual class and friend class.

0 Answers  


Define linked lists with the help of an example.

0 Answers  


Are iterators pointers?

0 Answers  


differance between copy & clon

1 Answers   Microsoft,


What is an Iterator class?

1 Answers  


Are there any new intrinsic (built-in) data types?

1 Answers  


Categories