What will be the output of the following code snippet? #include void function(int *ptr) { *ptr += 5; } int main() { int x = 10; function(&x); printf("%d\n", x); return 0; }
Firmware Engineer Interview Questions
2,134 firmware engineer interview questions shared by candidates
About my Experience, C Programming, Communication Protocol, Controllers
Can describe the difficulties you encountered
Measurement of square wave having 50% duty cycle?
Where an atom cam be found
Programmed for Machines?
Static, volatile, cache, virtual functions, memory management
Project explanation MCU Architecture questions on Peripherals interfacing Embedded C questions on conditional compilation Embedded C questions on storage class qualifiers
Swap a number 24, using structure / union only.
Describe the hardest problem that have ever solved?
Viewing 311 - 320 interview questions