# include & ltstdio.h & gt
void main()
{
printf("hello %%d/n ",x);
}
This shows hello %d, you mistyped include, and the main function is missing curly braces.