How can I print string from number index to end?
#1

Hello guys, how can I print string from cell what I want to to string end?

H E L L O W O R L D
0 1 3 4 5 6 7 8 9 10 11

Then I want to output only "World",

printf("%s", string[6]);
not working for me.

Thankls
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)