C/C++ Interview Questions



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

What is a void return type?

View the Answer

How is it possible for two String objects with identical values not to be equal under the == operator?

View the Answer

What is the difference between a while statement and a do statement?

View the Answer

Can a for statement loop indefinitely?

View the Answer

How do you link a C++ program to C functions?

View the Answer

How can you tell what shell you are running on UNIX system?

View the Answer

How do you find out if a linked-list has an end? (i.e. the list is not a cycle)

View the Answer

How do you write a function that can reverse a linked-list? (Cisco System)

View the Answer

Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?

View the Answer

What is a local class? Why can it be useful?

View the Answer

What is a nested class? Why can it be useful?

View the Answer

What are the access privileges in C++? What is the default access level?

View the Answer

What is multiple inheritance(virtual inheritance)? What are its advantages and disadvantages?

View the Answer

How do you access the static member of a class?

View the Answer

What does extern “C” int func(int *, Foo) accomplish?

View the Answer

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