Question: Write a program on C to do the following- int i = 456; Use %.4d and %.9d to print i twice char yourName[] = Happy
Write a program on C to do the following-
int i = 456;
Use %.4d and %.9d to print i twice
char yourName[] = Happy Birthday;
Use %.11s to print yourName
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
