SAS using companies in INDIA
Post New Answer View All Answers
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)
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
what is meant by life cycle of a business
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
why we use abstract word in abstract window toolkit in java language.
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
what is delegate and delegation model give the real live example on delegate model
What do you understand by modular programming?
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
Write a program to reverse a number?
iam confused among testing ,.net and java. can anybody help me.
what is session state?
what is the difference between rename and label
will it allow to add same value in HashMap class.
how to add Servlet-api.jar file into eclipse 3.3.2 ?