I've got this take home quiz and I don't quite understand whether this would be anytime, or never:
When is it permissible to declare pointer variables within a structure (struct data type)?
- anytime, linked-lists use pointers (settled on this after talking to friend)
-only when all data elements are of type char
- never
- only when the struct data variables are declared locally
Can someone help me out?
When is it permissible to declare pointer variables within a structure (struct data type)?
- anytime, linked-lists use pointers (settled on this after talking to friend)
-only when all data elements are of type char
- never
- only when the struct data variables are declared locally
Can someone help me out?