Page not loading? Try clicking here.
Placeholder

#189

String 2 - Formative Assessment 1 1s - MB

Problems

Write a program that receives a string, including spaces, as input, splits it into words, stores them in a string array, and then prints them in reverse order of input. The length of the string does not exceed 100 characters.


Example

C++ Programing jjang!!
jjang!!

Programing
C++

Source

자기주도C언어프로그래밍

You must sign in to write code.