c

C Looping

Introduction to C Language Looping यदि मै आपसे कहुँ की आपको C language in Hindi 10 बार print करवाना है तो ऐसा आप किस तरह …

C Operators

Introduction to C Operators Variables के अंदर values store करवाकर आप उन variables पर कई प्रकार के operations perform कर …

C Pointers

Introduction to C Pointers Pointers वो variables होते है जो दूसरे variables के address को store करते है। जैसा की आपको …

C Recursion

Introduction to C Recursion C language में recursion एक ऐसी process होती है जिसमें एक function खुद को ही call करता है। …

C Storage Classes

Introduction to C Storage Classes एक storage class variables और functions का scope और lifetime define करती है। Basically …

C Strings

Introduction to C Strings C language में strings create करने के लिए कोई data type available नहीं है। C language में …

C Structures

Introduction to C Structures आप data types के बारे में पहले पढ़ चुके है। Predefined data types (int, char, float आदि) की …

C Type Casting

Introduction to C Type Casting C language में type casting एक ऐसी process होती है जिसमें एक data type के variable की …

C Typedef Keyword

Introduction to C typedef Keyword C language में typedef एक keyword है। यह keyword किसी data type के existing name को …