How should a programmer decide whether to use a macro or a
subroutine to accomplish a given logical function
Answer / sumegha sharma
if a programmer wants to call a function by call by
reference method then he should use macro or if by call by
value method then he should use subroutine.
| Is This Answer Correct ? | 8 Yes | 11 No |
There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
How to find out the user exit for va01.
Define distributed queries. can you explain me as soon as possible
what is the difference between rename and label
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
which book we learned this mantis? how many version are realsed this mantis upto now?
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
if try is followed by finally block what happen to exception occured in try block
3 Answers Professional Access,
How to use string functions in QTP?give some examples
What is the difference between save and create method of activerecord?
two MIT math grads bump into each other at Fairway on the upper west side. they haven't seen each other in over 20 years. the first grad says to the second: "how have you been?" second: "great! i got married and i have three daughters now" first: "really? how old are they?" second: "well, the product of their ages is 72, and the sum of their ages is the same as the number on that building over there.." first: "right, ok.. oh wait.. hmm, i still don't know" second: "oh sorry, the oldest one just started to play the piano" first: "wonderful! my oldest is the same age!" problem: how old are the daughters?