Question: Implement void remove_substr(char str[], int idx, int len) in c language .This functions basically cuts out the substring of str starting at index idx with
Implement void remove_substr(char str[], int idx, int len) in c language.This functions basically cuts out the substring of str starting at index idx with length len for example, if str is "0123456789", then after remove_substr(str,4,3), str would be "0123789" stdio.h is the only thing you can include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
