I need to print the substrings of a string, for example: OPEN, the substrings are OPEN, ABRI, ABR, AB, A. How do I do this? Because I can only print the entire string.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>...
asked by
10.06.2018 / 22:40