What will be the output of the program ? 2 points ?
Answers
Answered by
2
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". ... Step 2: printf("%s\n", str); It prints the value of the str.
Similar questions