File Handling in C (हिंदी)
Table of ContentsFile HandlingFile को read करनाRead FileWrite to FileAppend in FileClose FileConclusion File Handling File से data read करना, write करना, अपडेट करना, file को create और delete करना…
Table of ContentsFile HandlingFile को read करनाRead FileWrite to FileAppend in FileClose FileConclusion File Handling File से data read करना, write करना, अपडेट करना, file को create और delete करना…
Table of ContentsStructureDeclaring a StructureDeclaring a Structure VariableAccessing Structure Members Structure Structure एक derived data type हैं c programming में, जो कि एक ही बार में एक या एक से…
Table of ContentsTypes of Comment1. Single Line Comment1. Multi-Line Comment Comment का उपयोग को program को explain करने की लिए किया जाता है, ताकि जो प्रोग्राम को read करते ही…
Table of ContentsKeywordsC Keywords ListIdentifiersRules of declaring an Identifier Keywords Keywords वो word (शब्द) है जिनकी meaning पहले से define है। जिनको हम अपने program में variable/identifier के रूप में…
Table of ContentsLoopTypes of loop (Loop के प्रकार)1. Entry Control Loop2. Exit Control LoopFor LoopWhile LoopDo-While Loop Loop Loop (repetition) में एक या एक से अधिक statements होती है, जो…
Variable Variable memory location को दिया एक नाम है जो data को होल्ड (store) करता है। variable की value को हम program के execution के दौरान change भी कर सकते…
Table of ContentsUnionVideo ReferenceDefine UnionNote Union Union एक used defined data type है struct की तरह, जो की अलग-अलग प्रकार का डेटा रख सकता है, एक ही मेमोरी लोकेशन पर।…
C एक कंप्यूटर Programming भाषा जो की कंप्यूटर Software बनाने के काम आती है। C Programming को डेनिस रिची के द्वारा अविष्कार किया गया था (1969 - 73) | ये…