# include & ltstdio.h & gt
int main()
{
int a= 10,b = 20
printf("...a = % d * * * b = % d”,a,b);
Returns 0;
}