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 work of 1tier,2tier,&ntier? Plz Explain it!
please any one pass file aid,xpeditor and endeavor tools
what is class module in vb6? what it's use? with example..
5.Call by value and Call by reference with program?
What is autocall macro and how to create autocall macro? what is the use of it?
what is the difference between Windows application and Unix application?
Difference between delegates and Events?
hoe to data grid use in sql server 2000?
what are the missinschema properties and should we pass primary key in select command
hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com
what is difference between input parameter and output parameter.
when will triggars the at new event in abap and web dybn pro?
how can i split string in a textbox in windows appication using C#.net
what is the certificates in biztalk?
Where do we need Operator overloading?