Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Goodone pointer minus void pointer
#include <stdio.h> int main() { void *p; int a[4] = {1, 2, 3, 4}; p = &a[3]; int *ptr = &a[2]; int n = (int*)p - ptr; printf("%d\n", n); }
run
|
edit
|
history
|
help
0
My first program
sizeof human
1.7 Test parallel function
coding!!Woo!!
Rightleftjustfy
Quiz4
linkedlist
19_1_7
Goodone for understanding array passing
funciones serie de taylor