Punctuators in C programming language, you should know

In this blog post, you will learn about Punctuators in C programming language. We are frequently using the Punctuators in our code. We will also see here some programming examples using the Punctuators. So before going in-depth let’s first understand what is Punctuators in C programming?

What is a Punctuators in C?

A punctuator is a symbol that has independent syntactic and semantic significance. punctuators themselves do not specify an operation that yields a value. Some punctuators, either alone or in combination, can also be operators or be significant to the preprocessor.

Note: An operand is an entity on which an operator acts.

List of some punctuators:

Any of the following characters are considered punctuators:

Punctuators in C language

 

Note: The punctuators [ ], ( ), and { } must appear in pairs.

 

Recommended Post

Leave a Reply

Your email address will not be published. Required fields are marked *