Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999.
C Programmer Interview Questions
3,507 c programmer interview questions shared by candidates
Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999.
Given a string, find start and end positions of all smiles in this string. Each smile starts with “:-” and then an unlimited number of “)” or “(” could go.
Given list of 2D points, find out if they have vertical axis of symmetry.
Do you know what is the meaning of dependancy injection ?
Write a program in C++ to give an output meeting the desired conditions using String Vectors.
design question/algorithm: design an ebook and describe about the data structure you use. and why? implment own smart pointers how client -server application works in details
Give code examples of run time polymorphism and compile time polymorphism
Create another array of maximum size 5 with prime numbers from the given unsorted array
Given an unsorted array which should have 25 to 25+(n-1), n being the size of the array find the below: 1. Repeating numbers 2. Missing numbers 3. Numbers which do not satisfy the given condition
Viewing 1251 - 1260 interview questions