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
What are the classes in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How would you obtain segment and offset addresses from a far address of a memory location?
How many characters are recognized by ANSI C++?
What is diamond problem in c++?
Define Virtual function in C++.
What is the full form of ios?
What are the advantages of c++? Explain
Explain unexpected() function?
What are member functions used in c++?
What is the use of main function in c++?
What are the rules about using an underscore in a c++ identifier?
How is c++ different from java?
Why is c++ still used?
How do you declare a set in c++?