Problems
Write a function that outputs the string "~!@#$^&*()_+|" and write a program that receives an integer as input and calls the function as many times as the input number.
* Caution: Check your string carefully (no '%')
* You can also copy and print the string.
Example
3
~!@#$^&*()_+|
~!@#$^&*()_+|
~!@#$^&*()_+|
Source
자기주도C언어프로그래밍