Difference between memmove() and memcpy() in c. Implement your own memmove() and memcpy() functions.
Financial Software Developer Intern Interview Questions
139 financial software developer intern interview questions shared by candidates
A technical question about traversing a made up data structure somewhat similar to a binary tree but with additional restrictions. Was not too difficult to do recursively but then they asked for an iterative solution which was more challenging.
How will you implement the shuffle function in iPod given a random number generator (0, 1) API?
Find the intersection of two linked list.
what's difference between C and C++ ?
What is the difference between a struct and a class?
There are two mars rovers on a 2 dimensional plane (Mars?), as well as 2 sensors. One rover is between the two sensors, and the other is outside. Write a program using only forward, backward, and onSensor() : boolean, to ensure that the rovers will collide.
Given some random letters , for example "a,e,o,g,z,k,l,j,w,n" and a dictionary. Try to find a word in the dictionary that has most letters given.
implement a hash function, implement a linkedlist, implement atoi
Memory management in C++ and Java.
Viewing 61 - 70 interview questions