Answer Posted / guest
I would like to find or produce a new think. i intrested in it
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Difference between delegates and Events?
What is the use of Differ interface check box in Ship confirm?
How do i find out the number of parameters passed into function?
Write a shell program to test whether a given year is leap year or not ?
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
In project we have Documentation phase also,in that what is micro and macro designing?
what is the use MDM(Master Data Management)and meaning
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
iam confused to choose among testing, .net and java can anybody help me????????
What is the merger sort principle and its time complexity.
Find out the roles which gives access to all tables in SAP? Thanks in advance.
how to convert the data from HTML file to SAS dataset?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?