what is difference between IF-ELSE-ENDIF and IIF.
Answers were Sorted based on User's Feedback
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 |
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 |
How to find out the user exit for va01.
explain how to make a control visible and invisible during runtime
What is a singleton linked list?
how we can connect applet with database?
if there are n nodes in a binary tree, how many null pointers are there?
Explain polymorphism. Provide an example.
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
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
. 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.
kindly send interview materials
Write a program to read and print a text file on screen