Given a string, print unique elements from the string(Order doesn't matter) Eg: Input: "abbbfjhuuyyd" output: ('a', 'b', 'f', 'j', 'h', 'u', 'y', 'd')
Software Developer Engineer Interview Questions
467,228 software developer engineer interview questions shared by candidates
Technical stuff
Is multii level inheritance possible in java ? explain with example.
How can you keep a process's data safe from an external process overwriting it.
Tell me about the internal structure of a software program that you were part of creating.
They asked many difficult programming questions to write the code on paper which cannot be explained here
What are 3 challenges that tpp are facing right now
What is 23 in Hex?
Array reverse without using iteration. Code in C.
How can you exchange the value of two variables without using a third variable?
Viewing 1721 - 1730 interview questions