C++ General Interview Questions
Questions Answers Views Company eMail

Is empty stack c++?

715

What is a sequence in c++?

754

Is c++ a low level language?

692

Why is c++ not purely object oriented?

756

Is multimap sorted c++?

742

What are maps in c++?

703

What are arrays c++?

816

Is c++ platform dependent?

833

What is iterator c++?

705

What is the use of map in c++?

865

What is c++ array?

755

Does c++ have a hash table?

728

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

710

Is c# written in c++?

719

What are abstract data types in c++?

749


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is c++ namespace?

931


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2271


Why do we need constructors in c++?

835


What do you mean by vtable and vptr in c++?

808


What are iterators in c++?

768


What does extern mean in a function declaration in c++?

908


Is c++ platform dependent?

833


List the advantages of inheritance.

864


Program to check whether a word is a sub-string or not of a string typed

1788


What's the best free c++ profiler for windows?

822


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

1927


What is isdigit c++?

832


What is copy constructor? Can we make copy constructor private in c++?

796


What are the data types in c++?

683


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

2755