006. Technical interview question: Give the output of the following code Prashant Chaudhari 7 years ago #include<string.h> void main() { clrscr(); printf("%d%d",sizeof("kodegod"),strlen("kodegod")); getch(); }