Google News
logo
C-Language - Interview Questions
What are Special operators in C ?
Below are the some important special operators in c language

Comma, : Comma operators are used to link related expressions together.
& : This is used to get the address of the variable
* : This is used as pointer to a variable
sizeof() : This gives the size of the variable
Advertisement