0
How declare struct pointer
Please explain full detail about struct pointer
3 Réponses
+ 4
A struct pointer works just like any other pointer.
Let's say you have a struct called Triangle, you would write:
struct Triangle *t = &your_triangle;
0
Upvote, best answer, then downvote.
Six months after my answer.
What's going on here?
0
Little busy😂