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++ Interview Questions
Questions Answers Views Company eMail

Write a struct time where integer m, h, s are its members?

961

Define a pointer to a data member of the type pointer to pointer?

989

Is it possible for a member function to use delete this?

1080

Is there any function that can skip certain number of characters present in the input stream?

1070

In the derived class, which data member of the base class are visible?

1116

What is an iterator class in c++?

1139

What is a modifier in c++?

1155

What is pure virtual function?

1066

Write about the access privileges in c++ and also mention about its default access level?

1059

Is it possible to provide default values while overloading a binary operator?

1268

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

1119

What are 2 ways of exporting a function from a dll?

1202

Explain the differences between private, public and protected and give examples.

1025

What is the limitation of cin while taking input for character array?

2081

What are shallow and deep copies?

1116


Un-Answered Questions { C++ }

What is an iterator class in c++?

1139


What is a multimap c++?

1205


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.

2546


Explain the operation of overloading of an assignment operator.

1173


What is the exit function in c++?

989


What are the 5 oop principles?

1127


How java is different from c and c++?

1202


Should the member functions which are made public in the base class be hidden?

1034


How can you link a c++ program to c functions?

1105


Why is encapsulation used?

994


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

3084


What is the precedence when there is a global variable and a local variable in the program with the same name?

1129


Is arr and &arr are same expression for an array?

1057


What kind of problems does name mangling cause?

1071


What is a loop? What are different types of loops in c++?

1132