Posts by Rodrigo Veiga • 31 points
1 post
- 
		3 votes2 answers233 viewsQ: Error: "invalid operands to Binary Expression ('char *' and 'char *')"I need to create a string which contains "Mr: n" and the name of the person concerned (pessoa->nome). char* endereca(Pessoa* pessoa) { if(pessoa->sexo == 'M') { char *msg; msg =…