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

How does free know the size of memory to be deleted

865

What's the value of the expression 5["abxdef"]?

1561

How to delete array of objects in C++? Proof by C++ code for proper deletion

865

How to stop class inheritance in C++ with condition that object creation should be allowed

742

What is Advantage and Use of THIS pointer in C++ – Scenarios?

761

C++ Public access specifier instead of Private – What is bad ?

893

Is there a difference between class and struct?

1029

How many times will this loop execute? Explain your answer.

886

How can a C function be called in a C++ program?

759

C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

849

What is a built-in function?

1 1357

What is the difference between global int and static int declaration?

1069

Difference between const char* p and char const* p?

1 1647

Specify different types of decision control statements?

860

Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

812


Un-Answered Questions { C++ }

Name the implicit member functions of a class.

1085


What are the 4 main oop principles?

1229


Does c++ cost money?

1000


How many keywords are used in c++?

1021


Is c++ an integer?

1044


What are the types of array in c++?

1169


What is double in c++?

1073


What is the output of the following program? Why?

1146


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.

3088


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1545


Write about an iterator class?

1091


Find the Factorial of a number using a program.

1005


Explain the importance of method overloading in C++?

1037


What are the types of container classes?

1165


how to explain our contribution in the project?

3707