Set: C plus plus: Pointers

Familiarize

Learn

Test

Play Scatter

Play Space Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 18 terms

TermDefinition
referencethe address that locates a variable within memory
&reference operator
&identifierreference of a variable
*dereference operator
pointerthe variable stores the reference to another variable
dereferencethe value that is pointed to by
*(pointer+n)dereference of a pointer/array
type * pointerdeclaration of a pointer
[]offset operator
pointer[n]offset of a pointer/array
arraya constant pointer
type * pointer = &identifierpointer initilization
type ** pointerpointer to a pointer
pointer++;pointer increase
void pointera pointer that points to data that has no type
void * pointervoid pointer
type * pointer = 0null pointer
type (* name) (parameter_type1, parameter_type2, ...)pointer to a function

Set Information

Terms 18
Creator jtwilliams00
Created March 30, 2009
Groups None
Subjects C plus plus, programming
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.