What is the difference between: x=a+b+c+d; and
x=SUM(a,b,c,d);?sas
Answer Posted / mohana priya.m
x=a+b+c+d;->The integer value gets stored in the value x.
x=sum(a,b,c,d);->the return value of the function sum
(a,b,c,d) gets stored in the value x.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
what is the difference between uservariables and systemvariables (in Environmental variables)???
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
Find out the roles which gives access to all tables in SAP? Thanks in advance.
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
what is the difference between read the data from table and infotype
what is apt_dump_score in datastage where it is useful
what is web service in java? have u use before.
public static void main(String args[]) describe it
iam confused to choose among testing, .net and java can anybody help me????????
In project we have Documentation phase also,in that what is micro and macro designing?
Write a shell program to test whether a given year is leap year or not ?
what is delegate and delegation model give the real live example on delegate model
Find out the list of roles which gives access to GUI activities? thanks in advance
what is the last ant version you worked?how to get it
Define distributed queries. can you explain me as soon as possible