C Software Engineer Interview Questions

994 c software engineer interview questions shared by candidates

Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)
Feb 27, 2018

Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)

what is destructor ,CharAt(),Memoryleaked,Dispose(), write a program to swap without sing temp variable, program to find duplicate in a string and return bool if it has duplicate. Be prepared with memory management topic and string programs
avatar

Software Developer C#

Interviewed at Scientific Games

3.6
Dec 12, 2017

what is destructor ,CharAt(),Memoryleaked,Dispose(), write a program to swap without sing temp variable, program to find duplicate in a string and return bool if it has duplicate. Be prepared with memory management topic and string programs

Viewing 941 - 950 interview questions

Glassdoor has 994 interview questions and reports from C software engineer interviews. Prepare for your interview. Get hired. Love your job.