/
Write
Create Team Blog
Let's kick off a fresh team blog! Bring on the crew and let's get to publishing.
My FeedExploreDraftsBookmarksHackathons
Team BlogsNEW
AboutCareersOfficial Blog
Download App
Logos & Media

Trending tags
See all

© 2023 Hashnode

getchar

#getchar

Write An Article
1 Article
HotNew
Iano
ianonjuguna.hashnode.dev·Nov 3, 2022

Input && Output, Part2.

What does getchar() do? The getchar() function gets a character from the standard input. It does not have arguments hence, the parentheses are always empty. It is defined this way: #include <stdio.h> …

Input && Output, Part2.
getcharC+3