Tuesday, August 19, 2014

C PROGRAM TO TAKE ANY NUMBER AS INPUT








#include<stdio.h>
#include<conio.h>
void main()
{
 int a;
 clrscr();
 printf("\nEnter Any Number : ");
 scanf("%d",&a); //input
 printf("\nUr  Number = %d",a);
 getch();
}

No comments:

Post a Comment

Programmingway@Eklavya Technosys!: Computer Solutions || Class-4 || Computer for Scho...

Programmingway@Eklavya Technosys!: Computer Solutions || Class-4 || Computer for Scho... :  1) Choose correct one :- 1) The step by step pla...