9gDpsc - Online C Compiler & Debugging Tool - Ideone.com
intmain(void){ // your code goes here intnum; printf("Enter the number\n%d\n"); scanf("%d",&num); if(num<0){ printf("The number is negative\n"); } else{ printf("The number is positive\n"); } return0; } Success#stdin#stdout0s 4780KB ...