Communication skills are very important for students to succeed in life. There are many ways students can develop their skills in college. But for people who have poor education facilities, inorder to get into top companies they need to have good communication skills and English speaking skills. There are many student scholarships available in web
Citrix Written Test Questions-1
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