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?

924

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

946

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

1031

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

1024

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

1075

What is an iterator class in c++?

1102

What is a modifier in c++?

1093

What is pure virtual function?

1026

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

1020

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

1222

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

1063

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

1133

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

975

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

2007

What are shallow and deep copies?

1078


Un-Answered Questions { C++ }

How can you link a c program with a c function?

1023


What is prototype for that c string function?

1086


When should we use container classes instead of arrays?

983


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

5278


To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command

2194


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

1151


Why do we use setw in c++?

1065


What is a unnitialised pointer?

1021


How the keyword struct is different from the keyword class in c++?

994


Why do we use inheritance?

1070


Do you know what is overriding?

1124


What is the difference between while and do while loop? Explain with examples.

1069


What is an adaptor class or wrapper class in c++?

1112


class type to basic type conversion

2348


How can I improve my c++ skills?

1075