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

JAC Board Computer || IIT 2025 || Introductory Information Technology || Class 10 || Practical Examination 2025

Marks Division HOE 30 Marks IT Application Report File 20 Marks Viva - Voce 10 Marks 1) Write an HTML code to generate a web p...