What are some concepts of OOP?
Junior C Developer Interview Questions
154 junior c developer interview questions shared by candidates
What are the four foundations of object-oriented design?
All about is this coding task
implement two functions
Ask fundamentals about data structures and system call
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
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))
(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.
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
What is the significance of C++ code that is written between {}.
Viewing 1 - 10 interview questions