Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.
how can i apply validation without using errorprovider in C# windows application
please any one pass file aid,xpeditor and endeavor tools
What is dialog programming?
why we use static with only main()class not with other class
Explain three modes in which files can be accessed from python program
swap two number wthout using third variable
how can i create report in abap to insert data in table pa0002 using insert command
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
How to convert numeric value into words in c#????plz suggest me the coding of this question???
What are the other ways to create an object with out calling new keyword in java?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?