Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
th
//gcc 5.4.0 #include <stdio.h> int main(void) { printf("Hello, world!\n"); return 0; }https://play.google.com/store/apps/details?id=vrpatel0018.cprograms //pattern1 #include<stdio.h> int main() { int i,j; for(i=1;i<=5;i++){ for(j=1;j<=5;j++){ printf("*");//put any character } printf("\n"); } return 0; }
run
|
edit
|
history
|
help
0
TopLeftTriangle.c
B_141104_NotaInterroganteDosPuntos
B_141118_Euclides
lab5!
addition
Welcome1
Project 5 v0.1
prime or not
factorial using function in c
Simple Calculator v1.0