boost learn study
Sunday, November 17, 2013
If Statement - C Programming
/*Any Number is input through the keyboard. write a If program.*/ #include< stdio.h >#include< conio.h >void main() { int n; n=1; clrscr(); //clrscr() is the function of #include< conio.h > header file which will clear previous output of program printf("Enter the Number"); scanf("%d",&n); if(n>0) { printf("It is If Statement"); } getch(); }
Read more �
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment