what is difference between IF-ELSE-ENDIF and IIF.

Answers were Sorted based on User's Feedback



what is difference between IF-ELSE-ENDIF and IIF...

Answer / guest

The iif is shortcut of if endif.
and the if else endif is use in the more type condition or
two options. so iif is shortly to use without if else endif.

Is This Answer Correct ?    5 Yes 3 No

what is difference between IF-ELSE-ENDIF and IIF...

Answer / srivasanth

simple if means the condition is true then print the
statements
if-else means the condition is not satisfied ,then print
the statement is while satisfied
endif means close the condition path

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Programming Languages AllOther Interview Questions

what is difference between input parameter and output parameter.

0 Answers   NIIT,


sample code for data transfer between two r/2 systems and r/3 systems?

0 Answers  


Hi guys... I have one doubt ..Exception is a runtime error then why we have checked exception... Thanks in advance

2 Answers  


Please describe an example where you used object orientation in one of your programs.

0 Answers  


why main() method should not return any value

2 Answers   Accenture,






which worker is involved in all the phases of SDLC?

0 Answers  


1.group by clause explain along with an example 

1 Answers   Parexel,


What is the entry point function of a DLL?

0 Answers   Wipro,


what is throws keyword

1 Answers   IBM,


in teradata level primary in table level allows duplicates why?

0 Answers   TCS,


How do you initialize a static member of a class with return value of some function?

0 Answers   Yahoo,


How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there

0 Answers   247Customer,


Categories