Posts by dilma • 19 points
1 post
-
0
votes2
answers317
viewsQ: How to write in sublime text?
I downloaded the sublime text, and set it to program in c, but the scanf doesn’t work, it shows the variable value, I can’t type. #include <stdio.h> void main() { int x; scanf("%d", &x);…