COMPUTER SCIENCE
Friday, 20 December 2013
Program of simple if keyword in c language
Program of simple if keyword in c language
·
/* program to display the number is < 25 */
#include<stdio.h>
void main()
{
int
n;
printf
(“enter the number ”);
scanf
(“%d”,&n);
If
(n<25)
{
printf
(“number is %d”,n);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment