Simple and Compound Statements in C
A Statement is the smallest standalone element of a programming language which in itself is collection of tokens of the language put in some proper sequence as per the syntax rules or grammar of the language. A sequence of one or more statements gives rise to a program. C language makes a distinction between statements … Read more