DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CPP
C++ Pointers and Arrays
int
*
ptr
;
int
arr
[
5
]
;
// store the address of the first
// element of arr in ptr
ptr
=
arr
;
PREVIOUS
NEXT
Tagged:
#Pointers
#Arrays
ADD COMMENT
Topic
COMMENT
Name
2+6 =
Submit