Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
A First Book of ANSI C
Quiz 11: Arrays, Addresses, and Pointers
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
Pointers, both as variables and function parameters, are used to store addresses.
Question 2
True/False
Pointers are closely associated with array names.
Question 3
True/False
Offsets may be included in expressions using pointers.
Question 4
True/False
If gPtr is a pointer that points to the first element of an integer array (and each integer requires four bytes of storage), *(gPtr + 4 * 4) references the variable that is four integers beyond the variable pointed to by gPtr.