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

why the memory allocated with new cant be freed using free()

2 4855

what is new operator in c++

1 4349

what is the use of template classes in c++

1 4067

Difference between vector and array

2 5156

What is expression parser in c++

Mphasis,

2509

why to use operator overloading

3 5731

How to overload postfix operator in c++

Mphasis,

1 4701

How to overload new operator in c++

2 5648

What are the fields of vtable

Mphasis,

1 4555

i want the NIC programmer-B model papaer pattren, iwant the all model papers?

NIC,

15 18250

char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

Thomson Reuters,

4 10065

what are the uses of C++

1 4125

Difference between Constructors and static constructors?

IBM, TCS,

3 8560

what is the emaning of '#include" "'?

5 7873

Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.

Wipro,

1 4532


Un-Answered Questions { C++ }

What is oops concept with example?

1038


i got a backdoor offer in process global,Bangalore..Can i work with it?

2845


What does ios :: app do in c++?

1043


Can member data be public?

1040


what do you mean by exception handling in C++?

1078


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2289


Name the different types of stl containers.

1173


Is it possible for the objects to read and write themselves?

1118


Can we use THIS Pointer in static function – Reason in C++?

811


Show the declaration for a pointer to function returning long and taking an integer parameter.

1149


What are classes oop?

1041


What is polymorphism give a real life example?

1039


What is c++ manipulator?

993


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

2425


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

1002