MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of this C code (without linking the source file in which ary1 is defined)? |
| A. | scope rules |
| B. | Linking error due to undefined reference |
| C. | Compile time error because size of array is not provided |
| D. | Compile time error because datatype of array is not provided |
| Answer» B. Linking error due to undefined reference | |