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

What is an opaque pointer?

Answer Posted / ritesh pal

A pointer is said to be opaque if the definition of the type to which it points to is not included in the current translation unit. A translation unit is the result of merging an implementation file with all its headers and header files.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between class and structure in c++?

1254


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1949


What language does google use?

1246


Is c++ vector dynamic?

1216


What should main() return in c and c++?

1077


How will you call C functions from C ++ and vice-versa?

1193


Write a note about the virtual member function?

1112


How do I write a c++ program?

1172


How would you obtain segment and offset addresses from a far address of a memory location?

1136


What is the return value of the insertion operator?

1179


What is the role of C++ shorthand's?

1323


Is rust better than c++?

1173


How do you clear a buffer in c++?

1009


What is the difference between a reference and a pointer?

1184


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

2053