write a program to assign value 10 to a variable and value 500 to a constant and print both the values
Answers
Answered by
1
include
include
void main ()
{
clrscr();
int a=10;
int b=500;
printf(“%d%d”,a,b);
getch();
}
include
void main ()
{
clrscr();
int a=10;
int b=500;
printf(“%d%d”,a,b);
getch();
}
Attachments:
Similar questions
Math,
1 day ago
Science,
1 day ago
Social Sciences,
2 days ago
Biology,
2 days ago
Math,
7 months ago
English,
7 months ago
Computer Science,
7 months ago