Operators in c (हिंदी)
Operators mathematical symbols (चिह्न) है जो की गणितीय (mathematical) और तार्किक (logical) calculation करने के उपयोग किये जाते, उदाहरण के लिए +, -, *, / आदि operators है। Example #include<stdio.h>…
Operators mathematical symbols (चिह्न) है जो की गणितीय (mathematical) और तार्किक (logical) calculation करने के उपयोग किये जाते, उदाहरण के लिए +, -, *, / आदि operators है। Example #include<stdio.h>…
Table of ContentsKeywordsC Keywords ListIdentifiersRules of declaring an Identifier Keywords Keywords वो word (शब्द) है जिनकी meaning पहले से define है। जिनको हम अपने program में variable/identifier के रूप में…
C एक कंप्यूटर Programming भाषा जो की कंप्यूटर Software बनाने के काम आती है। C Programming को डेनिस रिची के द्वारा अविष्कार किया गया था (1969 - 73) | ये…