Question 1
Which of the following is/are false statement(s) regarding C programming language?
It is an imperative programming language.
It is not a structured programming language.
It is a dynamically typed programming language.
The language uses curly braces ({ }) to define the scope of a for loop.
