#include <stdio.h>
int main()
{
int n;
printf("Enter a number:");
scanf("%d", &n);
if(n<0)
{
printf("%d is negative", n);
}
return 0;
}
Yes, don't know. But people do such things knowingly or unknowingly and I have seen few nearby but touchwood and by God's grace noth...
No comments:
Post a Comment