Assign the address of array b to the pointer variable ptr.
What will be an ideal response?
ptr = b;
You might also like to view...
Answer the following statements true (T) or false (F)
1. The increment and decrement operators can be used in mathematical expressions; however, they cannot be used in relational expressions. 2. A while loop's body can contain multiple statements, as long as they are enclosed in braces. 3. A while loop is somewhat limited because the counter can only be incremented by one each time through the loop. 4. An initialization expression may be omitted from the for loop if no initialization is required.
If you are going to display an image on the Web, a resolution of ____ ppi is the standard.
a. 72 b. 150 c. 240 d. 300
Facilitators moderate sessions to bring out the knowledge of the participants and help them share their knowledge with each other
Indicate whether the statement is true or false
When you import Excel table data into Access, the data becomes an Access table usingthe same file names as the Excel table. _________________________
Answer the following statement true (T) or false (F)