Back

How to remove last space in c

Created 3 years ago
197 Views
1 Comments
AmitIKh0ql
@AmitIKh0ql
AmitIKh0ql
@AmitIKh0qlProfile is locked. Login

Write a code to get the input in the given format and print the output in the given format

Input Description:
A single line contains a string.

Output Description:
Print the characters in a string separated by space.

Sample Input :
guvi
Sample Output :
g u v i
Comments
Please login to comment.