8000 GitHub - durgaprasad999/character: writing a character to the terminal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

durgaprasad999/character

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

character

/writing a character to the terminal/ #include<stdio.h> #include<ctype.h>

main() { char alphabet; printf("enter an alphabet"); putchar("\n"); alphabet = getchar();

if(islower(alphabet)) putchar(toupper(alphabet)); else putchar(tolower(alphabet)); }

About

writing a character to the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0