Respuesta :
In the C language, letters can be printed as their ASCII value (which is an integer). So there, something like this would print 65 for A.
The actual answer is: This would cause an error: an integer variable cannot store a string
hope this helped