Cut First Part Of String C

[Solved] Cut First Part Of String C | Vb - Code Explorer | yomemimo.com
Question : cut first part of string c

Answered by : plain-peacock-l3asaz58wjks

char *foo = "abcdef";
foo += 3;
printf("%s", foo); //will print def

Source : https://stackoverflow.com/questions/4761764/how-to-remove-first-three-characters-from-string-with-c | Last Update : Sat, 16 Jan 21

Answers related to cut first part of string c

Code Explorer Popular Question For Vb