Answer Posted / 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 View All Answers
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
how can i split string in a textbox in windows appication using C#.net
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
Have you used callsymputx? what points need to be kept in mind when using it?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
is it acceptable if we declare multiple exceptions in same overridden method.
What are the tasks performed by a Team Lead
Is class is a abstract datatype in java?
What is the use of sas software? Is sas and sap are different?
what are stubs related to foxpro?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.