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 is friend class in c++ with example?
Explain about Garbage Collector?
What is auto used for in c++?
Explain the difference between abstract class and interface in c++?
Is there a c++ certification?
What is the most powerful coding language?
Why is swift so fast?
What is abstraction in c++?
What is vector processing?
Are c and c++ similar?
What is the difference between the functions memmove() and memcpy()?
What is vector pair in c++?
Why is it necessary to use a reference in the argument to the copy constructor?
What is the average salary of a c++ programmer?
What does floor mean in c++?