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 incomplete type?



What is an incomplete type?..

Answer / atul shankhwar

Incomplete types refers to pointers in which there is non availability of the implementation of the referenced location or it points to some location whose value is not available for modification.

Example:

int *i=0x400 // i points to address 400
*i=0; //set the value of memory location pointed by i.

Incomplete types are otherwise called uninitialized pointers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

what is the use of void main() in C++ language?

0 Answers  


What is the difference between c++ and turbo c++?

0 Answers  


Can I learn c++ in a week?

0 Answers  


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

1 Answers  


What is a node class in c++?

0 Answers  


State the difference between delete and delete[].

0 Answers  


What do you mean by friend class & friend function in c++?

0 Answers  


What is the difference between map and hashmap in c++?

0 Answers  


What is srand c++?

0 Answers  


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,


What are protected members in c++?

0 Answers  


Will c++ be replaced?

0 Answers  


Categories