Kiwy
0
Q:

printf("%3d ",XX);

#include <stdio.h>

int main()
{
	int x = 10;
    printf("%3d ",x);
}
0

New to Communities?

Join the community