Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Witout goto
//Title of this code //gcc 4.9.1 #include <stdio.h> int main(void) { int i = 0, j = 0; while (i < 2) { l1: i++; while (j < 3) { printf("Hello\n"); break; } } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
bitwise operations
dining phylosopher
time.c
Spring 2017 Project 2 v.05
binary to txt
json formatter
htabprepa
18BCE2182 ASSESS_3 Q4
LECTURA DE CADENAS CON FGETS
MatrixMul_shortxshort
Please log in to post a comment.