C C++ Errors Question:

void main()
{
int i=7;
printf("N= %*d",i,i);
}

Tweet Share WhatsApp