042. Technical interview question: Give the output of following code Prashant Chaudhari 7 years ago #include<stdio.h> int main() { int a = 5; printf("%dkodegod"+2, a); return 0; }