MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the correct datatype for the variable n in the statement given below?n = 35.29 ; |
| A. | float |
| B. | double |
| C. | long double |
| D. | Depends upon the memory model that you are using |
| Answer» B. double | |