Challenger App

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:

Which of the following Languages is used for Artificial Intelligence?
Full Form for EBCDIC:
The symbols used in an assembly language are :
What is the correct JavaScript syntax to write "Hello World"?

ഒരു C++ ക്ലാസിലെ അംഗ ഫംഗ്‌ഷനുകളെക്കുറിച്ച് ഇനിപ്പറയുന്ന പ്രസ്താവനകളിൽ ഏതാണ് /ശരി?

(i)ഒരു അംഗ ഫംഗ്‌ഷൻ ക്ലാസിന് പുറത്ത് മാത്രമേ നിർവചിക്കൂ

(ii)ക്ലാസിന് സമാനമായ പേരുള്ള ഒരു അംഗ ഫംഗ്‌ഷനെ കൺസ്ട്രക്റ്റർ എന്ന് വിളിക്കുന്നു .

(iii) ക്ലാസ് ഡാറ്റയിൽ ഒരു അംഗ ഫംഗ്ഷൻ പ്രവർത്തിക്കുന്നു