Posts by William Marques • 11 points
1 post
-
1
votes3
answers116
viewsQ: Why is it not possible to assign a string vector after being declared a character?
char vetor[10]; vetor = 10 /*ERROR*/ Why does this happen? It has to do with vectors being composed?