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

Explain what you mean by a pointer.

TCS,

1053

How are pointers type-cast?

iNautix,

1061

Difference between pointer to constant and constant pointer to a constant. Give example.

HAL,

1064

What will happen if a pointer is deleted twice?

Agilent, HAL,

1132

Explain how an exception handler is defined and invoked in a Program.

1119

Explain the operation of overloading of an assignment operator.

1106

List the merits and demerits of declaring a nested class in C++?

983

Can a list of string be stored within a two dimensional array?

959

Explain how a pointer to function can be declared in C++?

978

What is an adjust field format flag?

1070

Write bites in Turbo c++ Header ("Include") Files.

1205

What is a binary file? List the merits and demerits of the binary file usagein C++.

1232

Explain Text Manipulation Routines?

1039

What is unary operator? List out the different operators involved in the unary operator.

939

Distinguish between a # include and #define.

1081


Post New C++ General Questions

Un-Answered Questions { C++ General }

What do you mean by function and operator overloading in c++?

991


What are the implicit member functions of class?

1027


Should I learn c or c++ or c#?

952


How would you use the functions sin(), pow(), sqrt()?

1133


If a header file is included twice by mistake in the program, will it give any error?

993


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

1079


Keyword mean in declaration?

1003


What is a binary file? List the merits and demerits of the binary file usagein C++.

1232


How can you tell what shell you are running on unix system?

1058


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

1003


Which operator cannot be overloaded c++?

966


what are the decision making statements in C++? Explain if statement with an example?

1034


Using a smart pointer can we iterate through a container?

1022


Is c++ vector a linked list?

949


How does class accomplish data hiding in c++?

1117