MCQOPTIONS
#include <stdio..
#include <stdio.h>int main(){ int i=3; printf("i=%*d", i, i); return 0;}