Register now or log in to join your professional community.
Basics of C programming language.
Keywords :32
int,char,float,double,signed,unsigned,short,long,enum,auto,extern,register,static,for,while,do,const,volatile,sizeof,if,else,switch,case,default,goto,continue,break,struct,union,void,return
Operators:7
Arithmetic Operators
Increment and Decrement Operators
Assignment Operators
Relational Operators
Logical Operators
Conditional Operators
Bitwise Operators
Special Operators
78 keyword on C#
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/
check this link !
There are about 32 keywords in C like int, float, void, return, for, auto, while, do etc.
There are lot of operators like arithmatic(+, -, *, /), binary operators(&&, ||), comparision operators(>, <, =, >=,<= etc), Assignment operator(=, ==), unary(++, --, +=, -= etc), etc.