Posts by Irwin • 3 points
1 post
-
0
votes2
answers354
viewsQ: Two strings starting from one, in C
Hello, I need a software that reads a full name, composed of a simple name and a surname, separated by "_" and prints them separately. The code should use the following main function: #include…