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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain differences between alloc() and free()?

1047


What is a dll entry point?

949


List the merits and demerits of declaring a nested class in C++?

984


What size is allocated to the union variable?

1008


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

1141


give me an example for testing a program showing the test path .show how the test is important and complex.

2861


What is the difference between a pointer and a link in c ++?

1006


Explain the differences between list x; & list x();.

961


How does a C++ structure differ from a C++ class?

1076


What is object in c++ example?

1045


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

1966


Explain the difference between new() and malloc() in c++?

1071


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

933


What is lvalue?

1131


What is abstract keyword in c++?

1023