MCQOPTIONS
Saved Bookmarks
| 1. |
Given the below statements about C programming language; 1) main() function should always be the first function present in a C program file 2) all the elements of an union share their memory location 3) A void pointer can hold address of any type and can be typecasted to any type 4) A static variable hold random junk value if it is not initialised Which of the above are correct statements? |
| A. | 2,3 |
| B. | 1,2 |
| C. | 1,2,3 |
| D. | 1,2,3,4 |
| Answer» D. 1,2,3,4 | |