MCQOPTIONS
What will be the output of the program ?
#include #include int main() { printf("%d n", strlen("123456")); return 0; }