- 
                    What would be the output of the following program? main() { int y=128; const int x=y; printf("%d",x); }A) 128B) Garbage valueC) ErrorD) 0 
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    How will you print % character?A) printf(“%%”)B) printf(“\%”)C) printf(“%”)D) printf(“%%”) 
- 
                    
- 
                    

 
  
  
 