MCQOPTIONS
Saved Bookmarks
| 1. |
Where does the execution of every C program starts? |
| A. | Every C program starts in the main () function. |
| B. | Every C program starts in the begin ( ) function. |
| C. | Every C program starts in the initialize ( ) function. |
| D. | Every C program starts in the start ( ) function. |
| Answer» B. Every C program starts in the begin ( ) function. | |