c

C Arrays

Introduction to C Arrays मान लीजिये आप एक ऐसा प्रोग्राम बना रहे है जो employees का नाम computer में store करता है। अब …

C Console I/O

Introduction to C Console I/O C language में input और output को 2 तरीके से process किया जा सकता है। एक तो आप console के …

C Constants

Introduction to C Constants Constants वो variables होते है जिनकी value program execution के दौरान किसी प्रकार भी change …

C Data Types

Introduction to C Data Types जब भी आप कोई variable create करते है तो उससे पहले compiler को बताते है की आप किस तरह का …

C Decision Making

Introduction to C Decision Making आप अपने program में कौनसे statements को execute करना चाहते है और कौनसे statements को …

C Error Handling

Introduction to C Error Handling Errors किसी भी program में आ सकती है। इन्हें exceptions भी कहा जाता है। ये वो errors …

C File Handling

Introduction to C File Handling एक file bytes की sequence होती है। File किसी भी data को store करने के लिए यूज़ की जाती …

C Functions

Introduction to C Functions कई बार आपके program में कुछ ऐसे statements हो सकते है जिन्हें आपको compiler से बार बार …

C Header Files

Introduction to C Header Files अभी तक आपने हर C program में header file का प्रयोग किया है। कई बार कुछ ऐसे functions या …