Negative and postive ide c

int n; printf("entre any no"); scanf("%d",&n); if(n<0) printf("%d is negative",n); else printf("%d is postive",n);

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.