What is the output of the program?#include <stdio.h>void main(){char buffer[10] = {"Genesis"};printf(" %d ", &buffer[4]- (buffer));}A. 3B. 4C. 0D. Illegal pointer subtraction

B

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions