Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
tom grey wolf
//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 /*Program to illustrate do..while.. loop*/ #include<stdio.h> int main() { int sum=1,index=0; do{ index+=1; sum=2*sum; }while(index>9); printf("%d %d",sum,index); } https://play.google.com/store/apps/details?id=vrpatel0018.cprograms /*Program to illustrate do..while.. loop*/ #include<stdio.h> int main() { int sum=1,index=0; do{ index+=1; sum=2*sum; }while(index>9); printf("%d %d",sum,index); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Lab 9 v0.965
Spring 2017 Project 2 v1.2
SUMALE UNO
B_14118_RestasSucesivas
Primes in binary
B_141111_Divisores
PROTOTIPO PREGUNTA 1 DE GUÍA 4
141124_PI
14th Dec Project1 v0.4
C programming example implementing a function to set a specified bit in an int (from ECE 2534)
Please log in to post a comment.