Write a program in C to print the name of year
Answers
Answered by
0
<studio.h>
main()
int y
{
printf( "enter the year");
scanf( "%d/n",y);
}
printf ("year is %d",y);
return 0;
main()
int y
{
printf( "enter the year");
scanf( "%d/n",y);
}
printf ("year is %d",y);
return 0;
Vishalk:
please mark as brainliest.
Answered by
0
vishalk answer is absolutely right
Similar questions