Home
About
Contact
Terms and Conditions
Disclaimer
Privacy Policy
Home
Features
_Programming
__C
__C++
__JAVA
__JAVASCRIPT
_WEB DESIGN
__HTML
__HTML & CSS
Documentation
_Video Documentation
Tech Tricks
Job Update
Blogger Update
AdSense Update
Home
c program
Write a program in c to check the number is positive or negative
Write a program in c to check the number is positive or negative
Hanif Miah
January 04, 2019
C Program to Check the Number is Positive or Negative
#include<stdio.h>
#include<conio.h>
main()
{
int a;
printf("enter the number");
scanf("%d",&a);
if(a>0)
{
printf("a is positive");
}
else
{
printf("a is negetive");
}
getch();
}
Output:
Post a Comment
0 Comments
Total Pageviews
Social Plugin
Popular Posts
How to Create Table Using HTML || Make Database Form Using HTML
March 23, 2019
Linked List in Data Structure - CodeTextPro
August 02, 2019
On Boarding Enrolment Agency and Enrolment Staff Exam Questions with Answers - CodeTextPro
June 10, 2023
Subscribe Us
Facebook
Labels
2D
3D Concept
Android App
Aptitude
ASP.Net
Basic Computer
BCA
business communication
C Language
C Plus Plus
c program
C#
Computer Architecture
Computer Graphics
computer network
computer science
conversation
css
Data Structure
DBMS
drawing
Ecommerce
html
HTML Notes
Interview
Java Notes
java program
javascript program
JavaScript Tutorial
jio
job update
Machine Learning
MCA
mysql
notice writing
Operating System
OS
PAN Card
perl
php
PHP Project
programming languages
Ration Card
resume
tech tricks
Voter Card
web design
0 Comments