What are some concepts of OOP?
Junior C Developer Interview Questions
158 junior c developer interview questions shared by candidates
Given a string and a separator return an array of words (the string splitted by the separator without spaces). You must do it in ONE PASS (not O(n))
What are the four foundations of object-oriented design?
implement two functions
Ask fundamentals about data structures and system call
All about is this coding task
(technical interview) Build a data structure that supports the following functions: int alloc() - allocates a new element to a data structure and initializes its value to 0. void inc(key) - Increases the value of the element by one. int get(key) - returns the value of the given key void resetAll() - Initializes the values of all elements to be 0.
1. New vs Malloc 2. Thread vs Process 3. Public, Private, Protected 4. Heap vs Stack 5. Memory managment, types of memory :RAM, cache,... virtual memory 6. Searching and sorting complexity of diff alg
Kleine Programmieraufgabe in C++. Das Program enthält eine rekursive Methode und man sollte sagen was sie macht.
Write pseudo code for a method that gets a random number "x" and print all the numbers between 0 and x in a random order: Example for x = 7 => 61532740
Viewing 1 - 10 interview questions