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

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -