Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Data Types
#include <stdio.h> #define SIZE 10 int main () { //char is 8 bits wide char ch; char myString[SIZE]; fgets(myString, SIZE, stdin); printf(myString); /* //int is 32 bits wide int num; for( ch = 75 ; ch <= 100; ch++ ) { printf("ASCII value = %d, Character = %c\n", ch , ch ); } for( num = 75 ; num <= 100; num++ ) { printf("ASCII value = %d, Character = %c\n", num, num); } */ return(0); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
150109_RecursividadFactorial
Project 5 v0.1
bitwise operations
Finite State Machine Program Example (ECE 2534)
recurtion
a>=0 && b>=a
A_141121_fibonacci
C_141210_Funciones
3468
Rotación matriz anti horaria
Please log in to post a comment.