Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C++ General Interview Questions
Questions Answers Views Company eMail

what kind of projects are suitable for c and c++

1050

what is the difference between overloading & overriding? give example.

1195

what is a class? Explain with an example.

1141

Write a recursive program to calculate factorial in c++.

1081

What is vector processing?

1148

Explain about Virtual Function in C++?

1029

Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

999

What is Destructor in C++?

1187

Write a Program for find and replace a character in a string.

1081

What is constructor in C++?

1089

Explain about Garbage Collector?

1120

Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

1149

Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

1296

What is the use of "new" operator?

1135

Write a Program to find the largest of 4 no using macros.

1081


Post New C++ General Questions

Un-Answered Questions { C++ General }

What you know about structures in C++?

1079


What are signs of manipulation?

1069


Are there any special rules about inlining?

1085


Is it possible to write a c++ template to check for a function's existence?

1032


What is an operator function? Describe the function of an operator function?

1152


Specify some guidelines that should be followed while overloading operators?

1209


Write about the members that a derived class can add?

974


Refer to a name of class or function that is defined within a namespace?

1119


Can java be faster than c++?

1153


What is the extraction operator and what does it do?

1085


What is a friend function in c++?

1638


What do you mean by function overriding & function overloading in c++?

1188


Explain about templates of C++.

1156


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

999


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

1072