Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
day 2
#include <stdio.h> #define SIZE 10 int main () { //char is 8 bits wide char myString[SIZE]; fgets(myString, SIZE, stdin); printf("%s \n", myString); myString[3] = 0; printf("%s", 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
My first program
swipe the numbers in cyclic way
Coba
Finite State Machine Program Example (ECE 2534)
HelloWorld
test
Incometax problem v1.1
ponyerb orange panther
1.5 No. of Processors
Fibonacci multiplos de 3 y menores que 30