Which of the following function declarations receives a pointer to a row of ten integers?
A. void fun(int row[10];
B. void fun(int row[][10];
C. void fun(int* row[10];
D. void fun(int* row);
E. void fun(int** row);
Answer: D
You might also like to view...
The ____ calendar item status option shows time with a white bar in Day, Week, Work Week, or Month view.
A. Free B. Tentative C. Out of Office D. Busy
The static method ________ of class String returns a formatted String.
a. printf. b. format. c. formatString. d. toFormatedString.
The operating system that was developed at AT&T's Bell Laboratories in 1969 is ________
Fill in the blank(s) with correct word
Wanda has kittens to give away and she wants to advertise this fact to friends and family. After typing up a description in a Word file, she wants to add a graphic image before printing the document.Wanda can't find a ready-made image of a kitten, so she downloads one from the Web and inserts the image into her Word file. Now she wants to make it a floating image, and move it where she pleases on the document. She can do this by choosing ____ as its wrapping style.
A. Behind Text B. Square C. Through D. In-Line with Text