What is the difference between: x=a+b+c+d; and
x=SUM(a,b,c,d);?sas
Answer Posted / tathagata
x=a+b+c+d will result in a missing value if any one of the
value in a,b,c or d is missing.
x=sum(a,b,c,d) will give the sum assuming the missing value
as '0'
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
3. What is the difference between testing and Quality Assurance?
how to generate dsnless connectivity in j2ee
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
sample code for data transfer between two r/2 systems and r/3 systems?
what is delegate and how works delegate and event.
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
how many types of operating system are avaliable?
what is the system development cycle
what do u mean by tagging
how to display xisheet in list box in c# .net
what is the BAM? where we can use it in BizTalk server?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
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.
what are other resources are needed for this mantis?