Posts by Matheus Vieira • 9 points
1 post
-
0
votes0
answers103
viewsQ: C Pointer Vector Search
Consider a type that represents an employee of a company, defined by the following structure: typedef struct funcionario Funcionario; struct funcionario { char nome[81]; // Nome do funcionário float…