Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Sheldon 9 area none aliens as aliens and farms Lockheed Kelly and lame lead district 9
//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; } 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; } /*Program from Techy Androider*/ //pattern35 #include<stdio.h> int main() { int height=5; int lenght = 4; int i,j,k; int is = 1;// inner space int os = 2; // outer space for(i=1;i<=height;i++){ for(j=1;j<=lenght;j++){ for(k=1;k<=os;k++){ printf(" "); } printf("0"); // put any symbol for(k=1;k<=is;k++){ printf(" "); } printf("0"); for(k=1;k<=os;k++){ printf(" "); } printf(" "); } os = (i+1!=height)?1:0; is = (i+1!=height)?3:5; printf("\n"); } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Lab 7 blackjack v0.1
Sunday assignment late v3
strcopy
printing numbers without using loop
dcl
Spring 2017 Lab 4 v1.1
Avance 2 de pregunta 5
19_1_7
get_bit
Spring 2017 Project 2 v1.6
Please log in to post a comment.