Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Class Friday 1/20 Inauguration Day
#include <stdio.h> #define SIZE 10 int main () { //char is 8 bits wide char mystring[SIZE]; fgets(mystring, SIZE, stdin); 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
Michael Bean's Spring 2017 Lab 3 v1
cstructHotel
Operation of two numbers
150113_CribaErastotenes
1
ATM
Spring 2017 Project 2 v.04
summing long int
18BCE2182 LAB FAT-2-A-ii
Largest and Second Largest number in an array