Return Form String C Know String Function Return String Like Int Function Returns Int Vari Q43855825
How to return a form of the string in C++?? I know that stringfunction has to return a string like an int function returns an intvariable. let’s say I have a function named string printCircle(intnumber). In this function, how to return a form of the string as acircle? Is it possible to print circle shape by using the stringprintCircle(int number) function? If it is possible, can youprovide the code?
Expert Answer
Answer to How to return a form of the string in C++?? I know that string function has to return a string like an int function retu…
OR