043. Technical interview question: Give the output of following code Prashant Chaudhari 7 years ago #include<stdio.h> int main(){ char str[10]; printf(" %d ",printf("kodegod")); return 0; }