C Program to Check Whether a Number is Positive or Negative
Learn C - C tutorial - c program to check whether a number is positive or negative - C examples - C programs
C Program to Check Whether a Number is Positive or Negative
- If the input number is less than zero then its negative else it is a positive number.
- If the number is zero then it is neither positive nor negative.