Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Static scope
//gcc 5.4.0 #include <stdio.h> void abc(void) { int a=10;a++; printf("%d\n",a); } void def(void) { int a=5;a++; printf("%d\n",a);} int main(void) { abc();def();abc();def(); // printf("%d\n",a); return 0; }
run
|
edit
|
history
|
help
0
B_141202_funcionesString
709 lab 3.1
Volume of sphere
pattern
c4
Assignment 4
a3
My first reevers C 2darryp
SortedMerge
piesa perdida