#include<stdio.h>
#include<conio.h>
void main()
{
int n;
clrscr();
n=100;
printf("%d",n);
getch();
}
////////////////////////////////////////////
Copy & paste this code in your TC & run, then you will get output.......
If you have any problem please comment below.........
#include<conio.h>
void main()
{
int n;
clrscr();
n=100;
printf("%d",n);
getch();
}
////////////////////////////////////////////
Copy & paste this code in your TC & run, then you will get output.......
If you have any problem please comment below.........