printf(“%10s”, state);
a) 10 spaces before the string state is printed
b) Print empty spaces if the string state is less than 10 characters
c) Print the last 10 characters of the string
d) None of the mentioned
What is the meaning of the following C statement?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the meaning of the following C statement?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!