Answers for "how to write strlen function in c"

C
0

strlen return

>> strlen(buffer) function shall return the length of buffer excluding null termination;
    no return value shall be reserved to indicate an error.
Posted by: Guest on January-05-2021

Code answers related to "C"

Browse Popular Code Answers by Language