Program to replace the character of a string
Submit solution
C
Points:
10
Time limit:
8.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
Problem statement
Write a program to replace the values of a user input string with *
Sample input
Hai
Sample output
H*i
Comments