टर्मिनल से कोई स्ट्रिंग पढ़ने के लिए किन फंक्शनों का उपयोग किया जाता है? उनका परिचय दीजिए। या getchar फंक्शन की मुख्य विशेषताएँ बताइए।
Answers
Answered by
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
Math,
5 months ago
Psychology,
5 months ago
Math,
5 months ago
Computer Science,
9 months ago
Math,
1 year ago
Chemistry,
1 year ago