answersLogoWhite

0

The difference is mainly in the way a compound condition is set out. A nested IF can be rewritten in terms of IFAND, and conversely.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the difference between a numbered list and an outline numbered list in a Microsoft Word document.?

A numbered list has only one level. An outline list has multiple nested levels to support outlining.


What is the difference between a numbered list and an outlined numbered list in a Microsoft word document?

A numbered list has only one level. An outline list has multiple nested levels to support outlining.


What is nested tables in oracle9i?

multi-column nested table where customers can have multiple addresses


What is the difference between local class and nested class?

The main difference between a local class and a nested class is, local class can be used for once of a perticular part where as nested class can be used used anywhere through out the program. You may get clear information regarding Interview Questions at http://www.bigvacancies.com/java-interview-questions/


Difference between nested and distributed transaction?

·A nested transaction is a transaction that is logically decomposed into a hierarchy of sub transaction. A distributed transaction is logically a flat, indivisible transaction that operates on distributed data.


What is an included IF function in which the action to be taken for the true or false case includes yet another IF function?

You insert the second IF function into the first one, creating what is called a nested If. Another IF can be put in the True or False part of an existing IF function. In as situation where there is a need for another IF when the first condition is true, the structure could then be something like this:=IF(condition, IF(condition, true, false), false))Note there are two brackets at the end, closing the two IF functions.


Is there any difference between programming structures and having a structured program?

In a structured program, any structure can be nested within another structure.


Syntax of nested if in c?

If(condition) { if-else statement; } else { if-else statement; }


What is the difference between n-- and --n in C plus plus statement?

If these expressions are stand-alone (not nested), then they do the same thing, ie increment 'n'.


What is an 'embedded if' statement?

nested if statements. Example: If condition is right then if condition is even better then ... else ... end if else if condition is worse then ... else ... end if end if


What are nested buffers?

Nested buffers refer to a situation where a system has multiple levels of buffers or storage spaces within each other. This can create a hierarchy of buffers, with data passing through multiple stages of buffering before being processed. Nested buffers are commonly used in computing systems to help manage data flow and optimize performance.


What is nested logic?

In Nested Logic a Logic is contained within a Logic. If the Outer Logic is TRUE then the internal Logic is executed. Nested IF, Nested For, Nested While, e.t.c are some examples of Nested Logic in Modern Computer Languages.