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...


Explain the concept of friend function in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain the register storage classes in c++.

0 Answers  


Is c++ a good first language to learn?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


Difference between an inspector and a mutator

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


What is static class data?

0 Answers  


What is type of 'this' pointer?

0 Answers  


Implement strcmp

3 Answers   Bloomberg, Citadel,


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


What is size of Empty Class?

3 Answers   Persistent,


Categories