Computer Science, asked by legendrygamer, 4 hours ago

WAP a program to cheak weather the no. is positive or not​

Answers

Answered by shivam6291629
0

Answer:

C program to Check Whether a Number is Positive or Negative or Zero

Given a number A. The task is to check whether A is positive, negative or zero.

Take a step-up from those "Hello World" programs. Learn to implement data structures like Heap, Stacks, Linked List and many more! Check out our Data Structures in C course to start learning today.

Examples:

Input: A = 2

Output: 2 is positive

Input: A = -554

Output: -554 is negative

Please mark me as Brainlist

Similar questions