amdocs
Programming and Technical
Programming
Technical
suppose an array contain 6 distinct nos. ,and one of them is repeated 5 tyms makin it a total of 10 nos.....then how can u find the duplicate elements in 2 steps
Read Solution (Total 10)
-
- can any one send me some previous years placement papers asked in amdocs at abhibbs9@gmail.com
- 9 years agoHelpfull: Yes(7) No(10)
- Arrays.sort(); //sort the array first
System.out.println(if (a[0]==a[4]) ?a[0] : a[5] ) ; - 7 years agoHelpfull: Yes(5) No(0)
- you have to check for only two position at arr[4]==[5] and second one is at arr[6]==arr[7] only this two comparison you can find the solution.
- 8 years agoHelpfull: Yes(1) No(0)
- var oldString = "1234522222";
var filtered = oldString.replace(/[^ws]|(.)1/gi, "");
document.write(filtered); - 9 years agoHelpfull: Yes(0) No(2)
- please send me previous year papers asked in amdocs
My Mail Id is: dinesh.singh0621@gmail.com - 8 years agoHelpfull: Yes(0) No(2)
- Can anyone send me the previous year papers of amdocs///@rajniyadav263@gmail.com
- 7 years agoHelpfull: Yes(0) No(0)
- plz send me previous year question paper of amdocs at * shaileshmore997070@gmail.com * plz send if anyone have this......... i have Amdocs drive at 28th of march
- 7 years agoHelpfull: Yes(0) No(1)
- Please anyone send me previous years placement paper asked in amdocs at mshussain1995@gmail.com
- 7 years agoHelpfull: Yes(0) No(1)
- for(i=1;i
- 7 years agoHelpfull: Yes(0) No(0)
- Can Anybody send me amdocs previous year placement at kr.shubham27@gmail.com . Please share soon. My test will be on 5th Oct.
- 6 years agoHelpfull: Yes(0) No(0)
amdocs Other Question
what is the set of possible integers ?
a) 1,2,3,4,5,6...
b)0,1,2,3,4,5,6..