Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Pointer
#include<stdio.h> int main() ; { int var= 20 ; int *ip; int= & var ; printf("Address of var variable : %x \n", & var); printf("Address stored in ip variable : %x \n",ip); printf("Value of*ip variable : %d \n", *ip); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Regression Line
sa
MyStack
pow implementation
რიცხვები დაფაზა~ფინალური
LRUCache
boost::shared_ptr<base>& arg
TempBubbleDouble
GCC compiler bug (should output 0 1)
String match with test
Please log in to post a comment.