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

What are the classes in c++?

1159


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

6457


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

1135


How many characters are recognized by ANSI C++?

1466


What is diamond problem in c++?

1060


Define Virtual function in C++.

1152


What is the full form of ios?

1138


What are the advantages of c++? Explain

1118


Explain unexpected() function?

1164


What are member functions used in c++?

1210


What is the use of main function in c++?

1020


What are the rules about using an underscore in a c++ identifier?

1256


How is c++ different from java?

1100


Why is c++ still used?

1137


How do you declare a set in c++?

1017