Run Code
|
API
|
Code Wall
|
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
Samosa
bind function
hey
Test1
BinTree playground
Test 4(2020)
merge-sort
Nth max element in BST
Identifying polimorphic types without using RTTI or type mappings
Expected types