How should a programmer decide whether to use a macro or a
subroutine to accomplish a given logical function
Answer Posted / 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 |
Post New Answer View All Answers
What is Negative testing?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
how will you code the subfile which is in editing mode (multiple case subfile)?
How do you initialize a static member of a class with return value of some function?
smal talk is pure object oriented or not?
what is session state?
what is meaning of MDM in sap?let me know that meaning
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 the system development cycle
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
What r the attributes using in Win Runner?
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
what is the meaning of without standing arrears?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?