App Logo

No.1 PSC Learning App

1M+ Downloads
_____________ is the correct syntax of IF( ) Function:

A= IF (logical_test,TRUE([value_if_true]), FALSE ([value_if_false]))

B= IF (logical_test, [value_if_true], [value_if_false])

C= IF (logical_test,{[value_if_true]}, {[value_if_false]})

D= IF (logical_test: [value_if_true], [value_if_false])

Answer:

B. = IF (logical_test, [value_if_true], [value_if_false])

Read Explanation:

• IF Function is the condition to be tested and evaluate as either True or False


Related Questions:

What shall we use in the case of safe downcast?
The malloc() function in C :
Which of these types of values result from a delete operator?
പ്രോഗ്രാമിംഗ് ഭാഷയുടെ നിയമങ്ങൾ അല്ലെങ്കിൽ വാക്യഘടന പാലിക്കാത്തത് കൊണ്ട് സംഭവിക്കുന്ന തെറ്റുകൾ അറിയപ്പെടുന്നത് ?
Find the user defined data type in C :