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
write a function that takes an integer array as an input and
finds the largest number in the array. You can not sort
array or use any API or searching needs?
You attempt to query the data base with this command:
SELECT name, salary FROM employee WHERE salary=(SELECT
salary FROM employee WHERE last name='Wagner' OR dept no=233)
Choose most appropriate option from the following:
1)Sub-queries are not allowed in the where clause.
2)a multiple row sub-query used with a single row comparison
operator.
3)a single row query is used with a multiple row comparison
operator.
In JCl , we have COND parameter.This holds comparison code
and condition.It also has only and even parameters.
ex: COND((4,GE),EVEN).what the comma mean here. is
that 'and' or 'or'.
help me i need a c++ program which takes sequesnce
of characters and outputed sequence of their token taypes,
work same compiler in lexical analysis phase
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?
How to Detect whether the PrintScreen key has been pressed ?
145
When we delete logfiles such as screenshots how does it
affect the ldf file? Ive seen huge change while adding
screenshots in the ldf file but a very minor one deleting
them.Please Explain
34
they asked me about srs (software requirement
specifcation)? how can i get anydocumentation about srs &
other documnts infomation like bdd, in testing? its urgent?