Question: 1. Which is the only function all C programs must contain? A. start() B. system() C. main() D. printf() 2. Which of the following

1. Which is the only function all C programs must contain? A.

1. Which is the only function all C programs must contain? A. start() B. system() C. main() D. printf() 2. Which of the following is not a correct variable type? A. float B. real C. int D. char 3. In C, if you pass an array as an argument to a function, what actually gets passed? A. Value of elements in array B. First element of the array C. Base address of the array D. Address of the last element of array 4. The value obtained in the function is given back to main by using. A. return B. static C. new D. volatile 5. Array with 'n' numbers of element will always have the last index equal to A. n B. n+n C. n-1 D.h+l keyword?

Step by Step Solution

3.37 Rating (147 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer 1 C main 2 B real 3 C Base address of the array 4 A return 5 C n1 Explanation 1 The main function is the only function that all C programs must ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!