C Program to check if a Number Is Positive Or Negative
Positive or Negative number: #include <stdio.h> int main () { int num = 23 ; //Conditions to check if th...
Positive or Negative number: #include <stdio.h> int main () { int num = 23 ; //Conditions to check if th...
No comments