C++ General Interview Questions
Questions Answers Views Company eMail

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

707

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

666

What is namespace std; and what is consists of?

741

what is multi-threading in C++?

668

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

709

what is data abstraction in C++?

712

How can you specify a class in C++?

865

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

723

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

690

what is a reference variable in C++?

722

Explain about templates of C++.

753

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

673

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.

671

Discussion on error handling of C++ .

712

What are the unique features of C++.

625


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is the use of 'using' declaration in c++?

696


What is low level language in simple words?

615


What is bubble sort c++?

644


Can we make any program in c++ without using any header file and what is the shortest program in c++.

683


What is basic if statement syntax?

621






What is a buffer c++?

643


What do nonglobal variables default to a) auto b) register c) static

717


Can circle be called an ellipse?

704


What is c++ prototype?

660


Why is c++ still used?

672


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

789


write a programme to get a character and thier ASCII value

2652


What is polymorphism & list its types in c++?

689


What do you understand by zombie objects in c++?

691


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

646