1. He wrote down a Class and asked me to implement a method that would find mean of an array
C Engineer Interview Questions
3,787 c engineer interview questions shared by candidates
They asked for a sample content in which I had to write a simple tutorial along with C++ codes and output.
Solve many C++ puzzles
Program for tic-tac-toe game.
Last Year Project
What is your work experience?
2,3,?,11,12,14 Find ? value for this sequence.
What would you change from your puberty years
Implementation of a memory leak fix(definitely not for beginners)
Implementing functions in C++11 (or higher) a) Create a “Sum” function that gets ints and returns their sum. The function can be called with any number of parameters. For example: sum(2,5,10) sum(2,5,10,2,5,102,5,102,5,10) sum(3) b) Create a template function that receives std::array of ints of an even size and returns std::array in which each variable “i” is the sum of the input variables 2*i, 2*i+1 For example: {1,2,100,150,200,700} -> {3,250,900}
Viewing 211 - 220 interview questions