Answer Posted / saravanan
To can do any complicated projects with a minimum
duration.Thus i can improve the company's reputation.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
1) How can u create the table?
can we retrieve only integer/String type columns from a table,if yes how?
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?
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
why we need to take u?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
How to use string functions in QTP?give some examples
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
How do you initialize a static member of a class with return value of some function?
I'm new to ABAP. What is Module pool in SAP?
What do you understand by modular programming?
What's the difference b/w Table & Templete in Smartform?
what are stubs related to foxpro?
purpose of abstraction and interface
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)