KodeGod.com

043. Technical interview question: Give the output of following code

 
#include<stdio.h>
int main(){
        char str[10];
        printf(" %d ",printf("kodegod"));
        return 0;
}