Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

error: dereferencing pointer to incomplete type

The “dereferencing pointer to incomplete type” error commonly occurs in C when one tries to dereference a type (usually a struct) that is:

not declared at all.
declared, but not defined.
Source by www.educative.io #
 
PREVIOUS NEXT
Tagged: #dereferencing #pointer #incomplete #type
ADD COMMENT
Topic
Name
9+5 =