Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Don't ignore warnings
#include <stdio.h> #include <stdlib.h> int main(int argc,char* argv[]){ int x,y; x = 5; y = 10; printf("Print these integers: %d %d",&x,&y); return 0; }
run
|
edit
|
history
|
help
0
Primes in binary
150115_EsMatrizOrdenada
b=1,c=1
Tern operators
SAI_1-4.c
Character testing
E
K&R/1_3
incrementing values in an array
25/11/2021