024. Technical interview question: Give the output the following code Prashant Chaudhari 7 years ago #include<stdio.h> main() { int a; if (a=printf("HelloWorld")+4) printf("%d", a); }