Run Code
|
API
|
Code Wall
|
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
MatrixMul_shortxshort
ordenarcifrademenosamas
B_141128_MatrizProducto
150114_MatrizSumaPerimetro
Project 5 v.02
Different variable scanf/printf statements
Switch
141124_PI
PRACTICA LISTA
THIS one uwu