Which of the following gives the number of elements in the array int r[ 10 ]?
a. sizeof r
b. sizeof ( *r )
c. sizeof r / sizeof ( int )
d. sizeof ( *r ) / sizeof ( int )
c. sizeof r / sizeof ( int )
Computer Science & Information Technology
You might also like to view...
When Track Changes is active, ________ show where people have added, deleted, or formatted text in a document
Fill in the blank(s) with correct word
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. Most of the code to create a GUI is written by the programmer. 2. The Form class defines the methods that handle each event within the Form class. 3. Once an event is raised, every method referenced by the delegate is called. 4. Many controls already have predefined delegates corresponding to every event they can generate. 5. Each event is allowed only one event handler method.
Computer Science & Information Technology