French, asked by Don165, 1 year ago

Write a program in C to print the name of year

Answers

Answered by Vishalk
0
<studio.h>
main()
int y
{
printf( "enter the year");
scanf( "%d/n",y);
}
printf ("year is %d",y);
return 0;

Vishalk: please mark as brainliest.
Vishalk: please click on the option ' mark as brainliest' on my answer
Answered by pp88997766
0
vishalk answer is absolutely right
Similar questions