C/C++ Interview Questions



Pages (999999): « 1 [2] 3 4 » ... Last »

What are the differences between a C++ struct and C++ class?

View the Answer

Can you think of a situation where your program would crash without reaching the breakpoint which you set at the beginning of main()?

View the Answer

What is Virtual Destructor?

View the Answer

How can I handle a destructor that fails?

View the Answer

How can I handle a constructor that fails?

View the Answer

What is the difference between const char *myPointer and char *const myPointer?

View the Answer

How are prefix and postfix versions of operator++() differentiated?

View the Answer

What is the difference between a pointer and a reference?

View the Answer

What is name mangling in C++?

View the Answer

How virtual functions are implemented C++?

View the Answer

What happens when you make call “delete this;” ??

View the Answer

What is “this” pointer?

View the Answer

What is Overriding?

View the Answer

What is overloading??

View the Answer

What is inline function?

View the Answer

Pages (999999): « 1 [2] 3 4 » ... Last »