How can you Allocate memory dynamically in C++.
Senior Software C Developer Interview Questions
5,483 senior software c developer interview questions shared by candidates
Lots of behavioural questions related to the role and my personality profile. Tell me about a time when you led a project?
The test was to complete the 'assign' method of the interval_map. Googling it shows the complete test description and several answers (Most failed ones)
descrivere un algoritmo di resample di un immagine con interpolazione lineare
class Program { static void Main(string[] args) { B obj = new B(); Console.ReadKey(); } } abstract class A { public A() { Console.WriteLine("This is the A class"); //calc(); } public abstract void calc(); } class B : A { public B() { Console.WriteLine("This is the B class"); } public override void calc() { Console.WriteLine("This is the abstract methode"); } } Questions: 1. What will be printed on the console? 2. what will be printed to the console if we remove this "//" before the calc() in the contractor of class A;
What does EDA stand for?
3 questions about a game: to complete a few functions missing in the code => ther is an .exe of the complete game. Done in Visual Studio and open Internet.
Inline vs macros Volatile Keyword in c/c++ Preprocessor Macros References vs pointers Static vs Global variable Multithreading vs Multiprocessing vs Multitasking How process or thread communicate Academic Project Overview in Detail Class size Static size in class Pass by reference and Value Virtual function Linux - GCC compiler , how to compile Multiple file compilation using GCC
Write a program for the copy of string without using the library function
They asked me about their RMM product.
Viewing 941 - 950 interview questions