Keywords and Identifiers:(JNNC Technologies)

    C-language has some reserve words which can not be used as variables or identifiers. These reserve words are keywords of C-language. These are the part of the C-Tokens.
         There are mainly 40 keywords among which 32 are used by many C-compilers(also called Standard Keywords) for high level programming, whereas remaining 8 reserve words(also called Optional Keywords) are used by the programmer for the low lever programming.
    These standard keywords are :
    autoexternsize of
    breakfloatstatic
    casefoestruct
    chargotoswitch
    constantiftypedef
    continueintunion
    defaultlongunsigned
    doregistervoid
    doublereturnvolatile
    elseshortwhile
    enumsigned
    Also some compiler have Advanced Optional Keywords as below:
    adafarnear
    asmfortranpascal
    entryhuge
                                                    http://jnnctechnologies.com/


    Go from Beginner to Certified Java Professional with EXLskills' Professional Java Program. Get Help from Live Experts and Instructors to Become a Certified Java Developer!

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();