C++ General Interview Questions
Questions Answers Views Company eMail

what is Loop function? What are different types of Loops?

643

what are the characteristics of Class Members in C++?

595

What is namespace std; and what is consists of?

666

what is multi-threading in C++?

615

When one must use recursion function? Mention what happens when recursion functions are declared inline?

649

what is data abstraction in C++?

648

How can you specify a class in C++?

800

what is the use of void main() in C++ language?

640

what are Access specifiers in C++ class? What are the types?

630

what is a reference variable in C++?

666

Explain about templates of C++.

676

What is different in C++, compare with unix?

611

I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

610

Discussion on error handling of C++ .

646

What are the unique features of C++.

572


Post New C++ General Questions

Un-Answered Questions { C++ General }

Can comments be longer than one line?

625


What is the basic concept of c++?

577


Out of fgets() and gets() which function is safe to use and why?

723


Write a note about the virtual member function?

604


What does I ++ mean in c++?

583






Can a list of string be stored within a two dimensional array?

576


What is the difference between a definition and a declaration?

578


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2196


What is the difference between a declaration and a definition?

584


Is python better than c++?

584


Describe public access specifiers?

583


What does ios :: app do in c++?

553


Incase of a function declaration, what is extern means?

521


Is eclipse good for c++?

540


What are static member functions?

616