3) Algorithm A3: substring (s, ip, len)1. Initialize i = ip and count = 02. Use an array „dest‟ to hold the required substring3. Repeat steps 4 ,5 and 6 while count <>4. dest[count] = s[i]5. count = count +16. i = i + 17. Insert string terminator at end of dest8. ExitLAB TASKS1. run the above algorithms in C/C++
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here