C. Both of The Above: B. Library Functions
C. Both of The Above: B. Library Functions
2. You can access every element of an array using a _____. a. while loop b. for loop c. both of the above d. none of the above 3. Each data item in an array is called a(n) _____. a. data type b. subscript c. component d. element 4. The subscripts of any array are always _____. a. integers b. fractions c. characters d. strings of characters
5. A C variable cannot start with _____________ 1) An alphabet 2) A number 3) A special symbol 4) Both 2) and 3) 6. All header files are included in c program by using ______. 1) #include 2) include 3) # define 4) none of these
Which of the following is a numerical value is invalid constant? a) Assignement operator b) Logical operator c) Relational operator d) Bitwise shift operator The _____ operator is a technique to forcefully convert one data type to other data? a) Cast b) conversion d) type d) unary Which of the following operator take only integer operand? a) + b) * c) / d) % The process of transferring one bit pattern into another by bitwise operation is called _______ a) Masking b) pruning c) biting d) chopping How many bits are absolutely necessary to store an ASCII character? a) 7 b) 8 c) 16 d) 15