What will be the output of the program ?
#include #include int main() { printf("%d\n", strlen("123456")); return 0; }
Answer: A
No answer description available for this question.