hi,
i have a string like this:
char *string="this is a string";
is there a way in C, to say, print from the string from "is a str" ...meaning just print from index 5 to 10..etc...
i know how to use & address to print from index 5 onwards, but i cant tell it to stop at index 10..thanks
Start Free Trial