Identifiers :

Programming language में  variables, constants, functions,structure , union , array  इन सबके   name को ही हम Identifiers कहते हैं. हम keyword को किसी identifiers के रूप में  नहीं लिख सकते हैं। identifiers बनाने के  कुछ rules होते है और वो rules हम समय के अनुसार अगले chepter में पढेंगे
Identifiers in c ,what is Identifiers ,what is Identifiers in hindi,what is Identifiers in hindi by semant sir, what is Identifiers in c in hindi
C Keywords C Identifiers
Keywords सिर्फ lowercase में होते हैं. Identifiers lowercase में होगा या uppercase इसका फैसला हम करेंगे
Keywords predefined reserved words होते हैं. Identifiers variable, function,structure,union etc. के user defined names होते हैं.
Keywords में सिर्फ alphabetical characters होते हैं. Identifiers में alphanumeric characters और underscores होते हैं.
C Keywords Examples: for,if, struct, int C Identifiers Examples: number, name, height