Question: 2.6 Decision Making: Equality and Relational Operators 2.37 C's if statement executes the statement inside its body if a specified (a) condition, true (b) condition,
2.6 Decision Making: Equality and Relational Operators 2.37 C's if statement executes the statement inside its body if a specified (a) condition, true (b) condition, false (c) equality operator, true (d) relational operator, true is 2.38 Which of the following is an equality operator? 2.40 Which statement is false? a) Whitespace characters such as tabs, newlines and spaces are gen- erally ignored by the C compiler b) The statements in an if statement must be indented. c) Placing a blank line before and after every control structure can improve program readability d) There can be (but should not be) more than one statement per line. 2.41 Which statement is false? a) It is not correct to split an identifier with a space, a tab or a newline. b) Statements and comments may be split over several lines. c) The equals sign ( is not an operator d) A good programming practice is to break a line after a comma in a lengthy comma-separated list. 2.44 The order in which statements are control. a) entered in a source file b) preprocessed c) compiled d) executed is called flow of
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
