A The Microsoftspecific __asm keyword replaces C asm syntax asm is reserved for compatibility with other C implementations, but not implemented Use __asm for inline assembly on x86 targets Microsoft C doesn't support Inline assembly for other targets b The extended operator synonyms are keywords when /permissiveor /Za (Disable language extensions) is specifiedHere, int is a keyword that indicates money is a variable of type int (integer) As C is a case sensitive language, all keywords must be written in lowercase Here is a list of all keywords allowed in ANSI C C KeywordsKeywords in C with programming examples for beginners and professionals There are only 32 reserved words (keywords) in C language are as auto, break, enum, long, double, struct , switch, extern, return, unsigned, continue, signed, default, volatile, static etc C Syntax Rules Learn The Abcs Of Programming In C Language Dataflair What are keywords in c give examples