C++ Interview Questions
Questions Answers Views Company eMail

what uses of c++ language?

3 5575

143.what is oops principles?

10 9266

Why did you leave your last job?

2 3985

Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1661

Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.

1 3221

What's the full form of STL?

2 11846

Plese get me a perfect C++ program for railway/airway reservation with all details.

ITM,

3431

Get me an image implementation program.

1561

Prepare me a program for the animation of train

2005

Write a program to get the binary tree.

ABC,

3 5292

What do you mean by stack program? Get me an example stack program?

4 8721

Get me a number puzzle game-program

1696

What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 4483

sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?

Nokia,

2 4693

How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.

2 4216


Un-Answered Questions { C++ }

Specify different types of decision control statements?

360


What are function prototypes?

650


Is c++ vector a linked list?

552


Can we define function inside main in c++?

557


hi all..i want to know oops concepts clearly can any1 explain??

1683






Explain how functions are classified in C++ ?

811


Can you declare an array without a size in c++?

576


What can I use instead of namespace std?

645


Name the operators that cannot be overloaded in C++?

587


How do you write a function that can reverse a linked-list in C++?

531


What is near, far and huge pointers? How many bytes are occupied by them?

663


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

544


How do you clear a map in c++?

573


What is virtual destructor ans explain its use?

608


What is a binary file? List the merits and demerits of the binary file usagein C++.

732