Output the value pointed to by floatPtr of type float *.
What will be an ideal response?
```
cout << *floatPtr;
```
Computer Science & Information Technology
You might also like to view...
Sorting a table in descending order by a Last Name field would NOT:
A) leave the order of the First Name field unaffected. B) sort ONLY the Last Name field, thus mixing up the records. C) place Young before Smith. D) result in a download arrow appearing on the Last Name field.
Computer Science & Information Technology
The ____________________ property of a ComboBox is assigned a number that represents the selected item.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology