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


Please Help Members By Posting Answers For Below Questions

smal talk is pure object oriented or not?

1529


in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'

1776


Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod

1540


public static void main(String args[]) describe it

1577


As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.

1458






what is delimiter in sas ?

1547


WHat is execution in manual testing and when will we start execution and what language we use in execution

1483


I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.

4307


what is adodb??y it is used for connection of V.B and access??what is ado?dao?

1777


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

1412


I am work in it aompenei

972


In project we have Documentation phase also,in that what is micro and macro designing?

1426


what is the difference between uservariables and systemvariables (in Environmental variables)???

1939


How will you prove that java swing is multithreaded?

1698


can we retrieve only integer/String type columns from a table,if yes how?

1503