Posts by Gladson Andrade • 11 points
1 post
- 
		1 votes3 answers68 viewsA: print a variable int in CWhen printing the variable, do not use the &, only the variable you want to print; the correct would be: printf("o valor digitado foi:%d",a); canswered Gladson Andrade 11