C程序检查一个数是正数还是负数还是零?
A number which is greater than 0 is positive and less than 0 are negative. The concept of positive and negative is very important in number theory and programming also. Calculations rely on this concept only.
Input: 0 Output:0 is zero登录后复制