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

Computer Science & Information Technology

You might also like to view...

The term "4K" for the 4K video refers to _____.

A. the pixel width of a frame being about 4000 B. the pixel height of a frame being about 4000 C. the total pixels in a frame being about 4000 D. its data rate being about 4000 Mbps E. the 4th generation standard

Computer Science & Information Technology

In OOP, the behaviors of an object are defined as ______.

A. classes B. instances C. object literals D. constructor functions E. methods F. variables

Computer Science & Information Technology

On Google+, the equivalent of Facebook's News Feed, is a(n) ________ of posts from users in your circles

Fill in the blank(s) with correct word

Computer Science & Information Technology

Using the following criteria: D?n which of the following would NOT be matched?

A) Dan B) Din C) Dean D) Don

Computer Science & Information Technology