Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
pointer to pointer
//clang 3.8.0 #include <iostream> int main() { int value=6; int *ptr=&value; std::cout<<*ptr<<'\n'; int **ptrptr=&ptr; std::cout<<**ptrptr; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Graphs Iteration2 Directed Graphs
SubsequenceArray
Move Construction
ArrayList Example Starter Code 2
uniq ptr
NaN inside set
"nearest enclosing namespace"
MPL 2-0
Segment Tree Impl
Assertion Divide by Zero Example
Please log in to post a comment.