Learn C Language

Run Settings
LanguageC
Language Version
Run Command
// LOOPING (o1) #include <stdio.h> void looping() { // Create looping function for (int i=1; i<=3; i++) { printf("Hello, Fahmi! Coding is easy.\n"); } } int main() { looping(); return 0; } // LOOPING (o2) // #include <stdio.h> // void mydata() { // Create looping function // printf("Hello, my name is Fahmi!\n"); // printf("I live in Kemiling, Bandar Lampung\n"); // printf("I'm a college student in Informatics Engineering, Institut Teknologi Sumatera\n"); // } // int main() { // Get looping function // mydata(); // return 0; // }
Editor Settings
Theme
Key bindings
Full width
Lines