Computer Science, asked by elizabeth4618, 8 months ago

what is the output of programm using string​

Answers

Answered by aruhi24
1

Answer:

The function strlen returns the number of characters in the given string. Therefore, strlen("123456") returns 6. Hence the output of the program is "6".

Similar questions