Computer Science, asked by kshamasahay7383, 9 months ago

टर्मिनल से कोई स्ट्रिंग पढ़ने के लिए किन फंक्शनों का उपयोग किया जाता है? उनका परिचय दीजिए। या getchar फंक्शन की मुख्य विशेषताएँ बताइए।

Answers

Answered by Anonymous
2

getchar():

The difference between getc() and getchar() is getc() can read from any input stream, but getchar() reads from standard input. So getchar() is equivalent to getc(stdin).

Similar questions