Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pointer
//Title of this code //g++ 4.8.2 #include <iostream> int main() { int *p,*q; p=new (int); q=new (int); *p=7;*q= *p; std::cout<<p; }
run
|
edit
|
history
|
help
0
cref
subset sum=k(dp)
OOP
Meeting Time
Factorial Inv wip
2015(M2)Mod.
javascript style arrays in c++
ReplaceGreaterSum in BST
lab17feb22x4B.cpp
Functions-Part I