Question: 6) In C language the Boolean values, True is represented by and False is represented by a. 1, nil b.-, nil c. int 1, int
6) In C language the Boolean values, True is represented by and False is represented by a. 1, nil b.-, nil c. int 1, int 0 d. int 0, int -1 7) In C language, the string "JAVA" is represented by d. None of these 8) Dynamic string allocation and deallocation is implemented by a. Row major form b. Column major form c. Linked list d. Record data-type 9) Java programming language supports which of the following arrays? (Select all that apply) a. Jagged array b. Homogeneous array c. Heterogeneous array d. Multi-dimensional array 10) In python, a given vector-[2,4, 6, 8, 10, 12, 14, 16], what are the values of vector [3:6]? a. 8. 10. 12, 14, 16 b. 6, 8, 10, 12 c. 8, 10, 12 d. 8, 10, 12, 14 11) The "this" variable is a. a. Special object in the class b. Special pointer to an Object c. Special class constructor d. Special Memory allocator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
