Posts by Willian Silva • 3 points
1 post
-
0
votes2
answers124
viewsQ: Printf does not show all variables
I am studying C/C++ in college and came across the following problem, when I run the following code: #include <stdio.h> void main(){ char name[10]; int faltas; double media; printf("Digite seu…