What is the difference between: x=a+b+c+d; and
x=SUM(a,b,c,d);?sas

Answer Posted / nikita

In x=a+b+c+d we get sum of four integer, but x=sum(a,b,c,d) not get sum of four integer.

Is This Answer Correct ?    4 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1539


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

1470


How to use string functions in QTP?give some examples

7126


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

1583


along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest

1392






1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.

1826


hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.

1396


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

2485


What do you understand by modular programming?

674


Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?

1532


what is web configuration file

1548


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

7848


Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad

1849


how can i create report in abap to insert data in table pa0002 using insert command

1718


purpose of abstraction and interface

1534