[Solved]-Question 1 Choose Correct Answer Following Keyword C 2 Single Line Comment C Language Beg Q37299268
These qiestions for C programming.
Question 1: Choose the correct answer: . Which of the following is not a keyword of C? 2. Single line comment in C language begins with 3. Which of the following is not a correct variable type in C? B. function C. register D. void A. auto A. int В.real C. float D. char 4. In C, if we pass an array as an argument to a function, what actually get passed? A. Address of the last element of array B. Value of elements in array C. First element of the array D. Address of the first element of the array Symbolic constants can be defined using A. #define When it’s not known in advance how many times a set of statements will be repeated, a(n)value can be used to terminate the repetition 5. B. symb C. const D. #typede 6. A. Flag B. Dummy C. Sentinel D. All mentioned 7. At least how many times do-while loop executed? A. till the loop exits B. one time C. infinite number of times D. two times 8. Null character is represented by C. 10 9. Which of the following is a keyw-ord is used for a storage class B. global A. static C. void D. const 10. brea k statement is used A. to go to the next iteration in a loop B. to terminate the loop C. exit and return to the main function D. restarts iterations from beginning of loop Show transcribed image text Question 1: Choose the correct answer: . Which of the following is not a keyword of C? 2. Single line comment in C language begins with 3. Which of the following is not a correct variable type in C? B. function C. register D. void A. auto A. int В.real C. float D. char 4. In C, if we pass an array as an argument to a function, what actually get passed? A. Address of the last element of array B. Value of elements in array C. First element of the array D. Address of the first element of the array Symbolic constants can be defined using A. #define When it’s not known in advance how many times a set of statements will be repeated, a(n)value can be used to terminate the repetition 5. B. symb C. const D. #typede 6. A. Flag B. Dummy C. Sentinel D. All mentioned 7. At least how many times do-while loop executed? A. till the loop exits B. one time C. infinite number of times D. two times 8. Null character is represented by C. 10 9. Which of the following is a keyw-ord is used for a storage class B. global A. static C. void D. const 10. brea k statement is used A. to go to the next iteration in a loop B. to terminate the loop C. exit and return to the main function D. restarts iterations from beginning of loop
Expert Answer
Answer to Question 1: Choose the correct answer: . Which of the following is not a keyword of C? 2. Single line comment in C langu… . . .
OR

