How to blink four led if they have to blink on 10ms 20ms 30ms 40ms respectively.
Embedded Software Developer Interview Questions
4,755 embedded software developer interview questions shared by candidates
Given integer n and k, set kth least significant bit in binary representation of n.
Find LCA
Explain different stages of the compilation process in C
Explain about your college project.
How do you handle stressful situations?
Have the function StringChallenge(str) read str which will be a string of roman numerals in decreasing order. The numerals being used are: I for 1, V for 5, X for 10, L for 50, C for 100, D for 500 and M for 1000. Your program should return the same number given by str using a smaller set of roman numerals. For example: if str is "LLLXXXVVVV" this is 200, so your program should return CC because this is the shortest way to write 200 using the roman numeral system given above. If a string is given in its shortest form, just return that same string.
Operadores de C y algunos usos de las funciones.
Discussion about the RTOS synchronization primitives
Describe logic behind C linker
Viewing 1921 - 1930 interview questions