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 |
give idea for creating screen in abap
What is the difference between: x=a+b+c+d; and x=SUM(a,b,c,d);?sas
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
what is throws keyword
What is meant by SQL,PL/SQL,SQL PLUS? Is there any differnece between them?
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 .
hi i m deepak my shedule for NIC pi is 17 Apr please contact me if anybody has interview on same day or give me some idea who have faced
what is difference between kpo and it industry? that is in terms of work, package etc
In Bioinformatics, a DNA sequence is made up of a combination of 4 characters, namely “A,C,G,T”. A subsequence of a given sequence of characters a0, a1, …an- 1, is any subset of the characters taken in order, of the form ai0 , ai1 ,…..aik-1 where 0 ≤ i0 <i1….< ik-1 ≤ n-1. For example in the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, we can have subsequences “A,G,T”, “A,C,A,A” and many more. A subsequence is palindromic if it is the same whether read left to right or right to left. For instance, the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, has many palindromic subsequences, including “A,C,G,C,A” and “A,A,A,A” (on the other hand, the subsequence “A,C,T” is not palindromic). Devise an algorithm (using dynamic programming) that takes a sequence of characters X[0 … n-1] from the alphabet set (A,C,G,T) and returns the (length of the) longest palindromic subsequence. Implement the algorithm in an appropriate language.
What is good attributes of Programming language ?
in IBM PC -AT.WAT AT REFERS TO?
what are the differences between CONS, LIST, and APPEND