Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Pointer arithmatic
#include <stdio.h> int main() { int a[4] = {1, 2, 3, 4}; int *ptr = &a[2]; // int n = 1; float n=1; ptr = ptr + n; printf("%d\n", *ptr); }
run
|
edit
|
history
|
help
0
Generic Singly Linked List
ordenarcifrademenosamas
table of 123
Find a Node Sibling Test
a3 commented
a.c
Atoi without minus
Hello world!
void *
MEMORIA DINAMICA FUNCIONA