Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Minus pointer
//gcc 5.4.0 #include <stdio.h> int main(void) { int *a,*s, v=10; a=&v; s=a; a++; int intsize=(int)a-(int)s; printf("%d",intsize); return 0; }
run
|
edit
|
history
|
help
0
lambda
Double data type.c
child process
Bitfield and Union in C - strange results
quadsort vs qsort
TopTriangle.c
data types and printf
Hello world.c
Project 5 v.06
Prgm