Citrix Written Test Questions-1 1. What is the output of this statement ? Printf(“%d”,printf(“%d %d”,2,2) & printf(“%d %d ”, 2, 2)); a. 22222 b. 22221 c. It will give an error during compilation 2. What is the output of this code snippet main(){ int *p[10]; printf("%d %dn",sizeof(*p),sizeof(p)); } 3. Function inlining is best used when