float alpha, gamma
ram = 6400
alpha = 0.562
gamma = alpha * ram + 1
Now consider the following statements about this program
- ram is an integer variable
- alpha, gamma are real variables
- *, + are arithmetic operators
- 0.562 may be an integer constant or real constant
Which of the above are correct?
List I | List II | ||
---|---|---|---|
A. | 200 MHz | 1. | SHF |
B. | 20 GHz | 2. | UHF |
C. | 500 kHz | 3. | VHF |
D. | 500 MHz | 4. | MF |
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.