int main() {
int num;
printf ("Enter the number %d \n");
if (num < 0){
printf ("The number is negative \n"); }
else{
printf ("The number is positive \n"); }
}
CgppbnQgbWFpbigpIHsKIGludCBudW07CiBwcmludGYgKCJFbnRlciB0aGUgbnVtYmVyICVkIFxuIik7IAogc2NhbmYgKCIlZCIsICZudW0pOwoKIGlmIChudW0gPCAwKXsKICAgcHJpbnRmICgiVGhlIG51bWJlciBpcyBuZWdhdGl2ZSBcbiIpOwogfQogZWxzZXsKICAgcHJpbnRmICgiVGhlIG51bWJlciBpcyBwb3NpdGl2ZSBcbiIpOwogfQoKfQog