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
How do you initialize a static member of a class with return value of some function?
how do you generate source code for the automatic generation for receipt number
Define Form modules, Class modules and Standard modules
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
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 and simple coding where we get?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
can any one suggestion me present which course(except java,.net) has huge demand in the market?
How does the TCP handle the issue of multiplexing?
Need provab technical test questions
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Write a program to find whether a given number is prime or not.
What r the attributes using in Win Runner?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
what is the certificates in biztalk?