Question: Write a C function that takes three arguments: a character and two integers. The character is to be printed. The first integer specifies the number
Write a C function that takes three arguments: a character and two integers. The character is to be printed. The first integer specifies the number of times that the character is to be printed on a line, and the second integer specifies the number of lines that are to be printed. Write a program that makes use of this function. Call the program charblock.
Step by Step Solution
3.56 Rating (163 Votes )
There are 3 Steps involved in it
To write a C function that performs this task we need to create a function that will print a given character a specified number of times on each line ... View full answer
Get step-by-step solutions from verified subject matter experts
