How to find the second largest salary in the emp database and also How to find 3rd,4th and so on ........ in the emp database plz mail the answer @ mak2786@gmail.com
35 60203Post New Scend Interview Questions
You have collected the performance measurement documentation for your project to be included in the project archives. What is the purpose of the performance measurement documentation? A. It's used as part of the formal acceptance process to verify contract expenditures. B. It's reviewed to make certain the project goals and objectives were met. C. It's included in the project archive documentation after confirming the accuracy of the measurements. D. It’s used as historical information for future project that are similar in scope to this project.
what is repositery?
Plz send me RECRUITMENT OF NALCO GET-2007 sample questions and answers
plz send me interview questions & answers of Data Structure
What is the difference between Hbase and Hive?
You have given 2 array. You need to find whether they will
create the same BST or not.
For example:
Array1:10 5 20 15 30
Array2:10 20 15 30 5
Result: True
Array1:10 5 20 15 30
Array2:10 15 20 30 5
Result: False
One Approach is Pretty Clear by creating BST O(nlogn) then
checking two tree for identical O(N) overall O(nlogn) ..we
need there exist O(N) Time & O(1) Space also without extra
space .Algorithm ??
DevoCoder
guest
Posted 3 months ago #
#define true 1
#define false 0
int check(int a1[],int a2[],int n1,int n2)
{
int i;
//n1 size of array a1[] and n2 size of a2[]
if(n1!=n2) return false;
//n1 and n2 must be same
for(i=0;i
20. Using a set operator, display the client number of all clients who have never placed an order.
What are the basic characteristics of the organization management module?
What are the benefits of rcc pipes over steel designed pipes?
Where is the windows start button?
When do we need drive test?
Do you know what are handlers?
Can you explain Does "AMD Turion 64 X2 Processor TL50, 1.6 GHz and above" supports Solaris 10?
hi how can we know and how to caulata pf. caucaltion of diffrent copany how much rate of pf deducted by company which is the best site to know our pf information
What is a string variable?