MCQOPTIONS
Saved Bookmarks
| 1. |
The following program main( ) { static int a[ ] = { 7, 8, 9 } ; printf( "%d", 2[ a ] + a[ 2 ] ) ; } |
| A. | results in bus error |
| B. | results in segmentation violation error |
| C. | will not compile successfully |
| D. | none of the above |
| Answer» E. | |