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
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
Write a shell program to test whether a given year is leap year or not ?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
how to convert infix expression to prefix expression?
8.In DSP,Define Signal and System?and various type of signals.
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Is buffer size and file block size is similar? If similar,at which case it will be same size?
what is integration testing in real time applications?
why not instantiating servet using new operator?
Give examples of macro quoting function?
what is diff bet ref variable & instance of class
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
What is BASIS
I am work in it aompenei