Write a program to demonstrate the use of star for formatting.
This program demonstrates the use of the * character in the printf function for formatting output. The * character can be used to specify a field width for the output value. In the first printf statement, 15 is used as the field width, meaning that the output value should be right-aligned within a field of […]