I was studying pointers to struct , and I saw that there are two ways to use it.
can be:
(*ponteiro).variavel
Or:
ponteiro->variavel
According to what I read, when we put *ponteiro.variavel , because of the order of prec...
asked by
19.10.2018 / 18:41