What is the use of braces in C?
What is the use of braces in C? Braces are used to group the statements in an if statement, a loop, or other control structures. Brackets are used to index into an array. Parentheses are used for two purposes: (1) to control the order of operations in an expression, and (2) to supply parameters to […]