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

How a modifier is similar to mutator?

1183

Mention the ways in which parameterized can be invoked. Give an example of each.

1064

Explain explicit container.

1087

Why do you use the namespace feature?

1092

What are the four partitions in which c++ compiler divides the ram?

1236

Explain binary search.

989

You want to link a c++ program to c functions. How would you do it?

1002

Define a nested class. Explain how it can be useful.

1084

What are c++ storage classes?

1104

Differentiate between late binding and early binding.

1279

Incase of a function declaration, what is extern means?

975

Differentiate between realloc() and free().

1056

Explain shallow copy?

1054

Explain deep copy and a shallow copy?

1067

What is type of 'this' pointer? Explain when it is get created?

1017


Un-Answered Questions { C++ }

What is the best c++ book?

1268


What is object in c++ example?

1115


What are the two types of comments?

1000


What apps are written in c++?

1102


If you don’t declare a return value, what type of return value is assumed?

953


What do you mean by volatile and mutable keywords used in c++?

988


What are the advantage of using register variables?

1174


What is a constructor and how is it called?

1050


Define type casting in C++.

1034


Which is not an object oriented programming language?

997


What is token c++?

1028


What is a literal in c++?

1105


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


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

1419


Is c++ the hardest language?

989