1.

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

Answer»

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).



Discussion

No Comment Found