Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
with goto, with j++
//Title of this code //gcc 4.9.1 #include <stdio.h> int main(void) { int i = 0, j = 0; while (i < 2) { l1 : i++; j++; while (j < 3) { printf("Hello\n"); goto l1; } } }
run
|
edit
|
history
|
help
0
EL PANGRAMA PERFECTO
c
Prgm
addition
Matrices de cadenas con *punteros
fibonacci2
Project 4 v1.1
TAREA M4 - LOTERIA
Lab 7 blackjack v0.6
1233333