Assuming that t is an array and tPtr is a pointer to that array, which expression refers to the address of element 3 of the array?
a. *(tPtr + 3)
b. tptr[3]
c. &t[3]
d. *(t + 3)
c. &t[3]
Computer Science & Information Technology
You might also like to view...
File ________ is a program used to create and manage folders and files
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which one of the following is not a common source control system?
a. Eclipse b. CVS c. Git d. Mercurial
Computer Science & Information Technology