answersLogoWhite

0


Best Answer

The operators are &&, &, |, . IF function does not exist in C language. C has if-statements

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A function is one in which the action taken for the true or false case includes yet another IF function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

A function is a rule that assigns each value of the variable to exactly one value of the dependent variable?

I found two answers for this question. A function is a rule that assigns to each value of one variable (called the independent variable) exactly one value of another variable (called the dependent variable.) A function is a rule that assigns to each input value a unique output value.


What function is a logical function that returns one value if the statement is true and returns a different value if the statement is false?

isdigit is an example (see in ctype.h)


What is difference between single and double selection structures?

In programmingSingle-selection structure - (if statement) Performs an action, if a condition is true; skips it, if false. Selects or ignores a single action (or group of actions).Double-selection structure - (if…else statement) Performs an action if a condition is true and performs a different action if the condition is false. Selects between two different actions (or groups of actions).


Can a derived class make a public base function private true or false?

True. A derived class can make a public base function private. The derived function is private, within the derived class, but public in other contexts.


How is Boolean used in python?

Python has two constant objects, True and False and a bool() function. The bool() function simply casts its argument to one of the two Boolean objects. All integral types (integers) will implicitly cast to True or False, such that the value zero is always False and non-zero is always True. Floating point types can also be implicitly cast (such that 0.0 is always False) however floating point values are approximations and should never be used implicitly. Instead, use comparison operators to perform an explicit cast: if x == 0.0: # do something All the comparison operators return True or False, as do all the logic operators (and, or and not). However, it is never necessary to compare an expression with the True object: if x == True: The above can be reduced to the more efficient: if x: Where x cannot be implicitly cast to a Boolean constant, use the bool() function to perform an explicit cast: if bool(x): If you need to reverse the logic, you might use the following: if bool (x) == False: However, it is arguably more readable to use the not logic operator instead: if not (bool (x)): You can experiment with Boolean types through the bool function: bool ('') # False bool ('a string') # True bool ([]) # False bool ([1,2,3]) # True bool (0) # False bool (1) # True bool (0.0) # False bool (42.0) # True bool (False) # False bool (True) # True Note that the last two are redundant casts.

Related questions

What is the blank IF function is one in which the action to be taken for the true or falso case that includes another function?

An IF Function can contain other functions as part of its condition, its True or it False parts. It can also contain another IF. When a function is inside another function, it is known as a Nested Function.


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.


What function contain a condition or logical test an action to take if the condition is true and an action to take if the condition is false?

The IF function.


What are the arguments in an if function?

The IF function has 3 arguments. They are the condition, the action to take if the condition is true and the action to take if the condition is false. See the related question below.


Would you use the imperfect tense to talk about an action that interrupts another?

... false


Is it true or false that the cosine function is an odd function?

False; the cosine function is an even function as cos(-x) = -cos(x).


True or false The substitution of one nucleotide for another in the gene never affects the function of the protein?

true


It's not OK to shift tense in order to indicate a change in time frame from one action to another?

False


It's not ok to shift tense in order to indicate a change in time frame from one action to another.?

False


What category in Excel returns a true or false value?

Excel has a category called Logical Functions. The IF function is the one of those that most people use and associate with returning True or False values. Other functions also return True or False values. There is a TRUE function and a FALSE function. The OR function and the AND function can be used to return True or False values too. The NOT function can reverse a True or False value, so it also returns True or False.


A nested function is placed in the cell below the first formula true or false?

False. A nested function is a function within another function, so it would be in the same formula. An alternative to nesting would be to put a separate function in a different cell and use its result in the other formula. In that case it would not have to be put in the cell below the first formula.


Is The subunits of a cell function independently?

no they do not