They asked me about C language
C Software Engineer Interview Questions
3,488 c software engineer interview questions shared by candidates
Business Logic questions, Some code samples for you to try to work out what could be improved in 1 minute.
For programming. String Reverse. Singly/Doubly LL(insertion, deletion, searching) Queues. Arrays.
void pointer
[Having enough disk space and small memory space,] given a big file of JSON objects which separated using a random character each time, find a way to sort objects by a string representation of JSON, i.e. in JS the order would result to: objects.map(o => JSON.stringify(o)).sort() > Notice, the order should be the same. We cannot allocate enough memory, but we may be sure we can allocate memory for a couple of objects. Then write the ordered objects to another file or to the same file.
my experience with 3d software maths and physics
Check whether string is palindrome or not using pointers
What is your phone number ?
Write a multi-threading c++ code to print numbers in a given range by two threads in increasing order with condition that first thread should print odd number and second should print even number.
What is difference between WPF and winforms?
Viewing 591 - 600 interview questions