Print substring of a given string without using any string function and loop in C - GeeksforGeeks
Write a function mysubstr() in C that doesn’t use any string function, doesn’t use any loop and prints substring of a string. The function should not modify contents of string and should not use a temporary char array or string. For example mysubstr(“geek...