Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
lab5!
//gcc 5.4.0 #include <stdio.h> int main(void) { char ch; scanf("%c", &ch); switch(ch) { case 'A': printf("\n vowel"); break; case 'E': printf("\n vowel"); break; case 'I': printf("\n vowel"); break; case 'O': printf("\n vowel"); break; case 'U': printf("\n vowel"); break; case 'a': printf("\n vowel"); break; case 'e': printf("\n vowel"); break; case 'i': printf("\n vowel"); break; case 'o': printf("\n vowel"); break; case 'u': printf("\n vowel"); break; default: printf("input is not a vowel but rather a consonant, digit, or special character"); } return 0; }
run
|
edit
|
history
|
help
0
TopLeftTriangle.c
polymorphism simulation in plain C with a simple structures
Thread and Mutex Code
Bitfield and Union in C - strange results
18BCE2182 LAB FAT-2-A-i
Star pattern
Busqueda binaria version recursiva
AVANCE PREGUNTA 3 FICHEROS
Practice flipping the stars
Assignment 8