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

Do you know what are static and dynamic type checking?

1104

What is the most common mistake on c++ and oo projects?

1020

How to defines the function in c++?

1215

Explain the difference between static and dynamic binding of functions?

1119

What is basic if statement syntax?

1147

What is general form of pure virtual function? Explain?

1038

Explain the difference between using macro and inline functions?

1179

What's the "software peter principleā€?

1194

Can you please explain the difference between static and dynamic binding of functions?

1070

How to declaring variables in c++?

1208

What is virtual methods?

1177

Give example of a pure virtual function in c++?

1241

What is c strings syntax?

1203

What is general format for a prototype?

1092

What is virtual table?

1174


Post New C++ General Questions

Un-Answered Questions { C++ General }

What are the two main components of c++?

1152


Explain polymorphism?

1116


Explain the difference between using macro and inline functions?

1179


What is the cout in c++?

1104


What is meant by iomanip in c++?

1290


What is linked list in c++?

1176


Why is it necessary to use a reference in the argument to the copy constructor?

1175


What is enum class in c++?

1320


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2545


What is dynamic and static typing?

1251


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

3947


What is set in c++?

1180


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

1266


Out of fgets() and gets() which function is safe to use?

1195


Why is c++ called oops?

1270