C++ General Interview Questions
Questions Answers Views Company eMail

Is empty stack c++?

735

What is a sequence in c++?

779

Is c++ a low level language?

711

Why is c++ not purely object oriented?

780

Is multimap sorted c++?

759

What are maps in c++?

722

What are arrays c++?

836

Is c++ platform dependent?

845

What is iterator c++?

720

What is the use of map in c++?

887

What is c++ array?

787

Does c++ have a hash table?

747

What is the array and initializing arrays in c++?

735

Is c# written in c++?

732

What are abstract data types in c++?

768


Post New C++ General Questions

Un-Answered Questions { C++ General }

True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

2108


Write about a nested class and mention its use?

836


Is c++ a high level language?

753


What is difference between rand () and srand ()?

842


Can c++ do everything c can?

817


What is the difference between #import and #include in c++?

839


Define basic type of variable used for a different condition in C++?

880


Describe exception handling concept with an example?

774


What is size of string in c++?

753


What is operators in c++?

799


How much maximum can you allocate in a single call to malloc()?

872


How do you decide which integer type to use?

768


How would you find out if a linked-list is a cycle or not?

760


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

803


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2234