Can I inherit a structure in C? If yes, how?
C is not an object-oriented language and hence has no inheritance.