1.

Will the following program work? #include int main() { int n=5; printf("n=%*d\n", n, n); return 0; }

A. Yes
B. No
Answer» B. No


Discussion

No Comment Found

Related MCQs