To declare a pointer called ptr2 that will point to a dynamic 2-dimensional array of integers, we should use the code:
A. int ptr2[10];
B. int ( int ptr2 );
C. int ptr2;
D. int [ int ptr2 ];
D
Computer Science & Information Technology
You might also like to view...
_____ software can help a company manage security, enforce corporate strategies, and control downloads and content streaming from corporate databases into smartphones and mobile devices.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is the data rate for Gigabit Ethernet?
What will be an ideal response?
Computer Science & Information Technology
The Delete action query deletes tables
Indicate whether the statement is true or false
Computer Science & Information Technology
A(n) ____________________ sort arranges data with letters from Z to A, data with numbers from highest to lowest, and data with dates from oldest to newest.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology