Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
data types and printf
#include <stdio.h> int main () { //char is 8 bits wide char ch; //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
strcat
ele709 lab 3.2
get_bit
8 trajo semal 4
Stub Program for Problem 6 HW 2
14th Feb Project v0.3
Calculate Area of Circle
linear hybrid cellular automaton reversible random bit generator stream cipher
If Statements/Increments V1
% with negative numerator and positive denominator (gcc)