What is the problem with this code?
```
int temp = 90;
float *temp_ptr = &temp;
```
A. The address operator is in the wrong place.
B. You can’t declare a pointer that way.
C. Compile error - Cannot convert int to float.
D. Compile error – Cannot convert from int * to int
C. Compile error - Cannot convert int to float.
Computer Science & Information Technology
You might also like to view...
Rules that state what types of evidence can or cannot be presented in court are referred to as ________ rules
Fill in the blank(s) with correct word
Computer Science & Information Technology
Is each of the following an absolute pathname, a relative pathname, or a simple filename?
a. milk_co b. correspond/business/milk_co c. /home/max d. /home/max/literature/promo e. .. f. letter.0210
Computer Science & Information Technology