Which of the following correctly declares a user-defined data type that defines a pointer to a float?
a. float* floatPtr ;
b. typedef float* floatPtr;
c. typedef floatPtr *float;
d. typedef floatPtr* float
b. typedef float* floatPtr;
Computer Science & Information Technology
You might also like to view...
When combining a field with any ________, ________, or spaces, they must be enclosed in quotations
Fill in the blank(s) with correct word
Computer Science & Information Technology
When a media format will work on different operating systems, it is said to be ________ compatible
Fill in the blank(s) with correct word
Computer Science & Information Technology