-1

#include<stdio.h>
#include<conio.h>
void main()
{
auto int number=100;
clrscr()
auto int number=300;
printf("\n%d", number);
}
print f("\n%d", number);
getch();
}

Comments
Add Comment