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

Define a constructor?

1050

Write about the stack unwinding?

1062

What are the effects after calling the delete this operator ?

1058

What do you understand by a pure virtual member function?

1009

Name the debugging methods that are used to solve problems?

1093

To what does “event-driven” refer?

1060

Is it possible to provide special behavior for one instance of a template but not for other instances?

1134

What is a local variable?

1084

Can comments be nested?

1033

What is the this pointer?

1122

What is the default width for ouputting a long integer using the insertion operator?

1241

How do you differentiate between overloading the prefix and postfix increments?

1095

What parameter does the constructor to an ofstream object take?

1060

What information can an exception contain?

1145

What are the steps in the development cycle?

1102


Un-Answered Questions { C++ }

Define macro.

1092


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

1378


Declare a class vehicle and make it an abstract data type.

970


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

1296


What are the advantages and disadvantages of B-star trees over Binary trees?

1057


Is std :: string immutable?

1043


What is the use of vtable?

1154


Are c and c++ similar?

1056


What are the important differences between c++ and java?

1154


What is the difference between a pointer and a link in c ++?

1057


What is a down cast?

1114


What is a v-table?

1185


What it is and how it might be called (2 methods).

1186


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

2124


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

3466