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
bitwise operations
Project 3 Part 1 v1.1
C_141113_euclides
else if
Simple Fork
mohan
pointer_swap
Program 1 - 2D array and memory pointers
example of scanf and basic integer manipulation
decimalespi