Sail E0 Webinar
Question


Will the following program work?


#include<stdio.h>
int main()
{
int n=5;
printf("n=%*d\n", n, n);
return 0;
}
Options:
A .  Yes
B .  No
Answer: Option A


It prints n= 5



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers