C/C++ Interview Questions



Page 1 of 1412345»...Last »

Is Ajax a technology platform or is it an architectural style?

View the Answer

who’s using ajax ?

View the Answer

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

Page 1 of 1412345»...Last »