plz answer the question i will mark him as brainlist
Attachments:
Answers
Answered by
1
Explanation:
1.#include <stdio.h>
void main()
{
int num;
printf("Input a number :");
scanf("%d", &num);
if (num >= 0)
printf("%d is a positive number \n", num);
else
printf("%d is a negative number \n", num);
}
Similar questions
Geography,
2 months ago
English,
2 months ago
India Languages,
2 months ago
Math,
4 months ago
Math,
4 months ago
Business Studies,
9 months ago
Business Studies,
9 months ago
English,
9 months ago