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
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
8.In DSP,Define Signal and System?and various type of signals.
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
What is dialog programming?
What are two of your strengths that you will bring to our QA/testing team?
how to work search engine? plz detail answer me.
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
what is the work of 1tier,2tier,&ntier? Plz Explain it!
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution