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
Plz sent me in .net 2.0 interview Question & answers?
What is web.configuration? how is it work? & wht is use this?
In project we have Documentation phase also,in that what is micro and macro designing?
shall we execute our java programmes in jre
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
how do you generate source code for the automatic generation for receipt number
what is programmable BIST in today ic design
can any one suggestion me present which course(except java,.net) has huge demand in the market?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
what is difference between input parameter and output parameter.
when will triggars the at new event in abap and web dybn pro?
what is the last ant version you worked?how to get it
smal talk is pure object oriented or not?
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
how can i split string in a textbox in windows appication using C#.net