KodeGod.com

024. Technical interview question: Give the output the following code

 
#include<stdio.h>
main()
{
  int a;
  if (a=printf("HelloWorld")+4)
      printf("%d", a);
}