0% found this document useful (0 votes)
46 views1 page

C. Both of The Above: B. Library Functions

Header files in C contain header information of C programs. Arrays allow accessing each element using a for or while loop. Each item in an array is called an element. Array subscripts are always integers. A C variable cannot start with a number or special symbol. Header files are included in C programs using #include.

Uploaded by

Rajesh Vhadlure
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

C. Both of The Above: B. Library Functions

Header files in C contain header information of C programs. Arrays allow accessing each element using a for or while loop. Each item in an array is called an element. Array subscripts are always integers. A C variable cannot start with a number or special symbol. Header files are included in C programs using #include.

Uploaded by

Rajesh Vhadlure
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1. Header files in C contain ___________. a. compiler commands. c. header information of C programs. b. library functions. d.

operators for files

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

You might also like