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

in a VB application, where the data will be stored after manipulation? what is the syntax for that?

1975


What is the merger sort principle and its time complexity.

794


iam confused among testing ,.net and java. can anybody help me.

1733


what are the differences between CONS, LIST, and APPEND

4925


How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net

1683






what is dot net framework

2520


What is SOLID Principle in Programming Language?

828


what are the topics choosen for jam round for interviews

1355


Define Form modules, Class modules and Standard modules

1683


I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?

5809


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

1572


design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.

16788


why we use abstract in awt?

1703


Which method protects back button to retrieve old value from previous page in Struts.

1593


Colors specified with the notation

1955