Chapter-10, Programming in C

1. Assume x,y and z are floating point variables and they have been assigned the values x = 8.8, y 3.5 and z = 5.2. The value of arithmetic expression 2*x /(3*y) is —

 
 
 
 

2. Bit field —

 
 
 
 

3. A preprocessor command —

 
 
 
 

4. A string is like an array because —

 
 
 
 

5. A static variable is one —

 
 
 
 

6. A pointer variable can be

 
 
 
 

7. A computer system having 64 K memory will have its last address as —

 
 
 
 

8. A string that is a formal parameter can be declared —

 
 
 
 

9. A set of names can be represented as a —

 
 
 
 

10. A field width specifier in a printf() function —

 
 
 
 

Question 1 of 10