Computer Concept & Programming In C - Unit V - 12


Fill in the Blanks
1. .................. is used to determine the order in which different operators in an expression are evaluated.                                                              (AKTU. 2008-09)

2.   .................. is the process of arranging the elements of an array in order.                                                                        (AKTU. 2008-09)

3. A variable can be made constant by declaring it with the qualifier .................. at the time of initialization.                                                         (AKTU. 2008-09)

4. The parameters used in a function call are called ..................      (AKTU. 2008-09)

5. Mode .................. opens an existing file for read operations only.   (AKTU. 2010-11)

6. ....................... is a predefined macro of C preprocessor.          (AKTU. 2010-11)



Fill in the blanks
1. Operator precedence 2. Sorting 3. Const 4. Arguments
5. r 6. Null