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
Conjuntos - Comparar cantidad de elementos únicos en 2 vectores
Hello world!
მატრიცა#2
a
NumType
Conjuntos - analizar la lógica
PriorQ
Square of maximum
Listas enlazadas - Generar lista con repetidos
Vectores - insertar ordenado e imprimir