they asked me about srs (software requirement
specifcation)? how can i get anydocumentation about srs &
other documnts infomation like bdd, in testing? its urgent?
No Answer is Posted For this Question
Be the First to Post Answer
what is microprocessor?
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
what is the difference between a namespace and assembly ?
what is the purpose of checked Menu options
___ method used to move a recordset pointer in nth position in DAG.
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
is try block possible without catch block?
What is web.configuration? how is it work? & wht is use this?
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?
why main() method should not return any value