edited by
359 views
0 votes
0 votes
Which functions of string include the null terminator '\0'? I know strlen() doesn't include the '\0' in giving the length, does anyone know which other functions include and which do not include?
edited by

1 Answer

Related questions

0 votes
0 votes
1 answer
2
sushmita asked Mar 27, 2017
512 views
Find the out put of the following C program. main() { char *ptr = "techtud"; char p= (*ptr)++; printf("%s\n",ptr); }the output of the program came as$?$
1 votes
1 votes
1 answer
3
0 votes
0 votes
1 answer
4