Heard about Syntactic sugar ?
Syntactic sugar is a syntax of a programming language that is designed to make programming easier to read or write. It makes the programming language "sweeter" for human use. Things can be expressed more clearly, more concisely.
Few Syntactic sugar in C programming,
Lambda expression, initializer list are few more syntactic sugar in other famous languages.
Happy Learning ! Happy Sharing !!