How objects can send messages to each other in Objective-C
Entwickler Interview Questions
466,780 entwickler interview questions shared by candidates
Given a tree, print the values contained at each level on the same line. So if you had the tree with root A, and children B and C, you would print: A B C
How would you store and search 1 million names?
Merge 'k' sorted arrays, each array may have max 'n' elements
Given an integer array, find if the target sum exists as the sum of contiguous elements.
Reverse a string
Why the potholes have circular opening?
aptitude questions, logical ability, data interpretation,reading comprehention
Write a routine to determine if a linked list has a cycle.
1. Write a program in C to print the following pattern if value for S and N are given. Say if S=3,N=3 the pattern should be: 3 44 555 555 44 3
Viewing 831 - 840 interview questions