Given the declarations
float *p;
float x;
which of the following is a legal assignment?
a. p = 18.6;
b. p = 1020;
c. p = x;
d. *p = x;
e. None of the above.
d. *p = x;
Computer Science & Information Technology
You might also like to view...
The binary sequence that instructs the CPU to run the code is called a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
The ________ normal form requires that the table has to be free of transitive dependencies
Fill in the blank(s) with correct word
Computer Science & Information Technology