The statement Declare MyArray[8,6] allocates __________ consecutive storage locations in the computer’s internal memory.

Fill in the blank(s) with correct word

48

Computer Science & Information Technology

You might also like to view...

In a(n) ________ relationship one record in either table can relate to many records in the other table

A) many-to-one B) one-to-many C) one-to-one D) many-to-many

Computer Science & Information Technology

Which statement about pointers is false?

a) A pointer with the value NULL points to nothing. b) NULL is a symbolic constant defined in the header file. c) Initializing a pointer to 0 is equivalent to initializing a pointer to NULL, but NULL is preferred. d) The values 0 and 1 are the only values that can be assigned directly to a pointer variable.

Computer Science & Information Technology