Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
to upper case string
//gcc 5.4.0 #include <stdio.h> int main(void) { char char_in[100]; int i; printf("Enter a String\n"); fgets(char_in,100,stdin); for(i=0; char_in[i] != '\0'; i++) { if(char_in [i]>= 'a' && char_in[i] <= 'z') {char_in[i]=char_in[i]-32;} else {char_in[i]=char_in[i];} } printf("String with all uppercase characters \n%s ", char_in); return 0; }
run
|
edit
|
history
|
help
0
B_141128_MatricesSuma
Lab 8 part 2 v.05
Char data type.c
DIGITOS DE U. A DECENAS
B_14118_RestasSucesivas
open(): No such file or directory
If then price calculation v1
My first array
CharacterInput
2.2 Comparision with Matrix Addition Execution Time