Campus interview zone
Would you like to react to this message? Create an account in a few clicks or log in to continue.

What is an incomplete type?

Go down

What is an incomplete type? Empty What is an incomplete type?

Post  Admin Sun Jan 31, 2010 5:30 pm

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

Database interview questions

Click here More information available

Admin
Admin

Posts : 71
Join date : 2010-01-21

http://campus-interview.co.cc

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum