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

What is class and object with example?

1227

How many types of comments are there in c++?

1060

Is std :: string immutable?

1106

Why c++ is so important?

1141

What is called array?

1154

What is flag in computer?

1121

Where can I run c++ program?

1119

Which function cannot be overloaded c++?

1167

How do you flush std cout?

1154

How do you master coding?

1092

What is == in programming?

1094

What is #include iostream?

1305

Which c++ operator cannot overload?

1082

What is a pointer with example?

1342

What is :: operator in c++?

1112


Un-Answered Questions { C++ }

Why is it so that we can have virtual constructors but we cannot have virtual destructors?

5062


what is C++ exceptional handling?

1262


Explain the concept of memory leak?

1159


What is the difference between function overloading and operator overloading?

1183


Explain the use of virtual destructor?

1128


What is a volatile variable in c++?

1586


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2591


why reinterpret cast is considered dangerous?

2455


write a program that reads in a file and counts the number of lines, words, and characters. Your program should ask the user to input a filename. Open the file and report an error if the file does not exist or cannot be opened for some other reason. Then read in the contents of the file and count the number of lines, words, and characters in the file. Also print additional information about the file, such as the longest and shortest words, and longest and shortest lines. For simplicity, we define a word to be one or more characters ending with white space (a space, tab, carriage return, etc.). Functions for checking the types of characters can be found in the ctype.h header file, so you want to include this header file in your program. For example, the sentence below could be all that is in a file. This sentence IT 104 is taught in C++. has 32 characters, one line, and six words. The shortest line is 32 characters. The longest line is 32 characters. The shortest word is 2 characters. The longest word is 6 characters

5374


Define a constructor?

1109


Can non-public members of another instance of the class be retrieved by the method of the same class?

1127


Differentiate between a copy constructor and an overloaded assignment operator.

1143


how to access grid view row?

2291


officer say me - i am offered to a smoking , then what can you say

2167


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.

3954