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
10
1
C_141105_PuntosTriangulo
strcat
18BCE2182 ASSESS_1 Q1-7
1.1 Hello World!
child process
stack
c
factorial using function in c