Warning: Trying to access array offset on value of type null in /home/u623081920/domains/hindilearn.in/public_html/tutorials.php on line 244
Stdio - Header File - C Programming - Hindilearn

आपकी ऑफलाइन सहायता

BACK
49

सी प्रोग्रामिंग

149

पाइथन प्रोग्रामिंग

49

सी प्लस प्लस

99

जावा प्रोग्रामिंग

149

जावास्क्रिप्ट

49

एंगुलर जे.एस.

69

पी.एच.पी.
माय एस.क्यू.एल.

99

एस.क्यू.एल.

Free

एच.टी.एम.एल.

99

सी.एस.एस.

149

आर प्रोग्रामिंग

39

जे.एस.पी.





डाउनलोड पी.डी.एफ. ई-बुक्स
C - stdio
Library FunctionsDescription
clearerr()Error indicators को clear किया जाता है |
fclose()Open किये हुई file को close किया जाता है |
feof()End of file को ढूँढता है |
fflush()temporary data को clean कर देता है |
fgetc()File से character को read किया जाता है |
fgetchar()Keyboard से character read करता है |
fgets()File से string को read किया जाता है |
fopen()File को create और open किया जाता है |
fprintf()File में data को write किया जाता है |
fputc()File में character को write किया जाता है |
fputchar()Keyboard से character write करता है |
fputs()File में string को write किया जाता है |
fscanf()File में data को read किया जाता है |
fseek()दिए हुई position पर file pointer को set किया जाता है |
ftell()File Pointer की current position return करता है |
getc()Character को read करता है |
getchar()Keyboard से character read करता है |
gets()Keyboard से line को read करता है |
getw()File से integer को read किया जाता है |
printf()Data को screen पर write करने के लिए इस्तेमाल किया जाता है |
putc()Character को write किया जाता है |
putchar()Keyboard से character write करता है |
puts()Keyboard से line को write करता है |
putw()File में integer को write किया जाता है |
remove()File को remove कर देता है |
rewind()File Pointer को file के शुरुआत में लाता है |
scanf()Numeric, characters और string कोई भी value input किया जाता है |
sprintf()Formatted Output String पर write किया जाता है |
sscanf()Formatted input String पर read किया जाता है |