c - Can't input value in SublimeText on MAC -
this code :
#include <stdio.h> int main() { int num; printf("enter number :"); scanf("%d",&num); printf("\nnumber = %d",num); return 0; } and when run code cant input number , eventhough didn't enter number output
enter number : number = 1757380702[finished in 0.1s] what should enter input? in advance
i'm pretty sure sublime text doesn't support that--see this related question. mac text editor know sure will want chocolat.
Comments
Post a Comment