Saved Bookmarks
| 1. |
Ramu wants to store the value of From the following which is correct declaration (а) char pi = 3.14157 (b) int pi = 3.14157 (c) float pi = 3.14157 (d) long pi = 3.14157 |
|
Answer» (c) float pi = 3.14157. |
|