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

Computer Network & Computer Features | Bal Varg | Computer Questions List!

  Computer Network & Computer Features 1) _______ is a thin strip like bar present at the bottom of the screen.   Taskbar 2) _______ ser...