Question: In C, I want to create a string containing some Xs, some Os, and the rest are all dash '-', with the total length 4.
In C, I want to create a string containing some Xs, some Os, and the rest are all dash '-', with the total length 4.
For example, number of X=2, number of O=1, and I want the string to be 'XXO-'
number of X=1, number of O=0, and I want the string to be 'X---'
number of X=0, number of O=2, and I want the string to be 'OO--'
number of X=0, number of O=0, and I want the string to be '----'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
