Aon Hewitt Interview Questions
Dowload latest interview questions and answer pfd format , here you can find the latest Aon Hewitt interview questions with solved answers. Aon Hewitt Interview Questions 1 . What will be output when you will execute following c code? #include<stdio.h> #define var 3 int main(){ char *cricket[var+~0]={“clarke”,”kallis”}; char *ptr=cricket[1+~0]; printf(“%c”,*++ptr); return 0; } Choose all …