Given the code:
``` int number, *ptr_num = &number;```
what is wrong with the assignment: ptr_num = 3 ?
A. You can’t assign an int to a pointer.
B. ptr_num is not defined.
C. The number variable must be assigned an address.
D. Nothing is wrong.
A
You might also like to view...
When setting up a pipe to a child, the order of system calls is
A. the parent calls fork, then both processes call pipe B. the parent calls pipe then calls fork
Sixteen bits make up ____ bytes?
A. 8 B. 4 C. 2 D. Depends on the operating system.
Loading historical data into a separate table and using that table as a data source can reduce time and provide a convenient data archive. Remember that the data in the new table is just a(n) ________ of the data at a specific time
Fill in the blank(s) with correct word
The Open Handset Alliance is led by Apple Computers, Inc.
Answer the following statement true (T) or false (F)