In the following program how would you print 50 using p? main() { int a[]={10, 20, 30, 40, 50}; char *p; p= (char*) a; }

Printf("n%d",*((int*)p+4));

This question is related to Sonata Interview

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions