basic c program
Write a C program to check that a given no. is positive or negative
TASK- Write a C program to check that a given no. is positive or negative. CODE: #include<stdio.h> int main(){ int num;…
TASK- Write a C program to check that a given no. is positive or negative. CODE: #include<stdio.h> int main(){ int num;…
1- Greater number among three: 👉👉 Greater number among three -----------------------------------------------------------…