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
EUCLIDES BIEN
Pattern 13
staircase
22nd HW Switchv1.0
1.9 Time Function
asasas
mapOfIndia
Programação em C, testes
25/11/2021
funciones matrices