Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Logical Series
#include<stdio.h> void main() { int a=1; void xyz(int , int); xyz(++a,a++); xyz(a++,++a); printf("%d",a); } void xyz(int x, inty){ printf("%d%d",x,y); }
run
|
edit
|
history
|
help
0
A_141211_FuncionesVarias
lambda
18BCE2182 ASSESS_2 Q1
EXercice
1/23/2017
Done I think
B_141125_Burbuja
Intro to Arrays with comments
test1.c
variable number of arguments 3