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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!