Posts by aluno00 • 11 points
1 post
-
0
votes3
answers1680
viewsQ: How to put a whole word inside a char?
How do I place a word with letters and numbers inside a char? For example put on it the license plate of an ABC-1234 car. char a = ABC1234; char b = DFG0000; printf("1ª placa %s\n",a); printf("2ª…