Write a program in C to extract a substring from a given string.
Expected Output :
Input a string : this is the test string
Input the position to start extraction : 13
Input the length of substring : 4
The substring retrieve from the string : "test"
=================================================
• C Programming - Strings
Website : http://www.jlabstech.com
Like us on Facebook : / jlabstechnology
Follow on Twitter : / _jlabs_