Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
upper case letter.c
//gcc 5.4.0 #include <stdio.h> int main(void) { char ch='R'; if(ch >='a' && ch <= 'z') { printf("%c is lower case\n", ch); } if(ch >= 'A' && ch<='Z') { printf("%c is upper case\n", ch); } return 0; }
run
|
edit
|
history
|
help
0
Bitwise Operations
1/23/2017
A_141125_MenorMayor2
Memoria dinamica no funciona ;C
Practice flipping the stars
date diff sample
Quiz4
printing float 3 pointers
MATRIZ DE CADENAS
joseph triangle