comment.c: Infunction ‘main’:
comment.c:5:16: error: ‘best_friend’ undeclared (first use in this function)
5 | printf(best_friend.name);
| ^~~~~~~~~~~
comment.c:5:16: note: each undeclared identifier is reported only once foreachfunction it appears in
comment.c: In function ‘main’: comment.c:5:16: error: ‘best_friend’ undeclared (first use in this function) 5 | printf(best_friend.name); | ^~~~~~~~~~~ comment.c:5:16: note: each undeclared identifier is reported only once for each function it appears in