write a program for finding the union of two integer array
in java?
Answer Posted / nadeem khokhar
the above mentioned code is also good one. but i m giving you an algorithm you can say, so you can get the concept and convert it into any language
int a[3]=1,2,3;
int b[3]=2,3,4;
for(int i=0; i <=2; i++)
{
for(int j=0; j<=2; j++)
{
if(a[i] == b[j])
cout<<a[i]; is a union of a and b
}
}
| Is This Answer Correct ? | 14 Yes | 26 No |
Post New Answer View All Answers
Difference of Console, web & windows applications?
public static void main(String args[]) describe it
why we need to take u?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
What is the entry point function of a DLL?
what will we require to build project with the help of oracle
How to get the index of the clicked field in reports in ABAP?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
how do i create my own exception class which will restrict IO exception?
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
what is session state?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.