Sociology, asked by melora2008, 2 months ago

When you have one ‘if’ statement inside an another ‘if’ statement, it is called as ____________ *​

Answers

Answered by kanishkashehrawat5
0

Answer:

It is called as Nested if else

Answered by Anonymous
0

Nested if statement is the correct answer.

  1. Nested if statements are defined as the if statements within if statement. These statements can be executed in both C and C++.
  2. The maximum number of if functions within if functions possible are 64.
  3. They serve the function of testing more than one condition. In nested if statements different values are returned based on the results.
Similar questions