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
Biology,
1 month ago
Geography,
1 month ago
Science,
1 month ago
Social Sciences,
2 months ago
Biology,
2 months ago
Math,
10 months ago
English,
10 months ago
Computer Science,
10 months ago