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

Difference between debugging, running, executing of an application

3475


Write a program to create a process in UNIX

2078


Which design patterns have you used?

1533


What sysoption determines where the macro facility searches a specific catalog for complied macro?

1641


Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains

1507






I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!

1521


If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com

7821


can we allocate memory for interface? if no then why?

1458


what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!

2889


Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..

1640


What are the Short cut Keys of Tally ERP?

1754


what is integration testing in real time applications?

1826


1.what is the vesition managment.

1667


What is web.configuration? how is it work? & wht is use this?

1345


How to print No.of.rows affected after updation using ADO.Net

2466