Control Statement

1. 
What is the range of signed ( one’s complement ) integral

2. 
What is the alternative keyword for A?

3. 
What is the range of unsigned int?

4. 
What is the alternative keyword for ! = ?

5. 
What is the character size in bits?

6. 
What is the alternative keyword for –?

7. 
What is the range of unsigned char ?

8. 
What is the alternative keyword for & = 1 ?

9. 
The ………………… statement tests the value of a given variable against a list of case values and when a match is found, a block of statements associated with that case is executed.

10. 
Which of the following is an example of Post Test loop?