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

How to find out the user exit for va01.

1 Answers  


explain how to make a control visible and invisible during runtime

3 Answers  


What is a singleton linked list?

1 Answers   Wipro,


how we can connect applet with database?

1 Answers  


if there are n nodes in a binary tree, how many null pointers are there?

4 Answers   Hughes,


Explain polymorphism. Provide an example.

0 Answers   Amazon,


How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function

1 Answers   R V College of Engineering, University of Jordan,


what is difference between scripts, smartforms and adobe forms

5 Answers  


if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008

0 Answers  


. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.

2 Answers  


kindly send interview materials

0 Answers   SoftSquare,


Write a program to read and print a text file on screen

1 Answers   Peerless,


Categories