Technical Interview Questions And Answers 011. Technical interview question: Give the output of the following code snippet int main() { int number = 147; //Any number. int res; if(number) res = number…Prashant ChaudhariMarch 11, 2018
Technical Interview Questions And Answers 010. Technical interview question: Give the output of the following code void main() { while(a='0') { printf("kodegod.com"); } }Prashant ChaudhariMarch 10, 2018
Technical Interview Questions And Answers 009. Technical interview question: Give the output of the following code void main() { while(a=0) { printf("kodegod.com"); } }Prashant ChaudhariMarch 9, 2018
Technical Interview Questions And Answers 008. Technical interview question: Give the output of the following code void main() { while(1) { printf("kodegod.com"); } }Prashant ChaudhariMarch 8, 2018
Technical Interview Questions And Answers 007. Technical interview question: Give the output of the following code void main() { if(printf("KodeGod")) printf("Awesome"); else printf("Amazing"); }Prashant ChaudhariMarch 7, 2018
Technical Interview Questions And Answers 006. Technical interview question: Give the output of the following code #include<string.h> void main() { clrscr(); printf("%d%d",sizeof("kodegod"),strlen("kodegod")); getch(); }Prashant ChaudhariMarch 6, 2018