How could the following be refactored to reduce the amount of memory used by this C code? int nFirstOne =1, nSecondOne=2; int nTemp = nFirstOne; nFirstOne = nSecondOne; nSecondOne = nTemp;
Firmware Engineer Interview Questions
2,356 firmware engineer interview questions shared by candidates
allocating memory to a structure
C language basics and some basic programming questions
Merge sort, virtual memory,2nd maximum element
A riddle: If you have two jugs, a 3L jug and a 5L jug, with no measurement markings, how can you measure out exactly 4L of liquid from them?
difference between malloc and calloc how free deallocates memory
Check if a string is a palindrome.
Find the first non-repeating character in a string.
how to find duplicate node in a linked list and bitwise operations
A co-worker said he was asked if he is more comfortable in the time domain or position domain.
Viewing 471 - 480 interview questions