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
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
What sysoption determines where the macro facility searches a specific catalog for complied macro?
Explain with examples any 2 features of OOPS.
I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
When will you use shell script/Perl ahead of C/C++?
why we use abstract word in abstract window toolkit in java language.
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
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
how many types of bytes are there???
pleasew define carrier scope in abap (sap).
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?