Question: Write a C Program to divide the string into 3 parts, going through each letter: Input: ABCDEF Output: ABC BCD CDE DEF
Write a C Program to divide the string into 3 parts, going through each letter:
Input:
ABCDEF
Output:
ABC
BCD
CDE
DEF
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
