What does memcpy return?
Embedded Engineer Interview Questions
6,287 embedded engineer interview questions shared by candidates
Q:Name three RTOS?
Coding question: Q. Given two non-negative integers low and high. Return the count of odd numbers between low and high
what is volatile, static ? how would it affect if the static keyword used for big array inside a function? what are sections of memory and what kind of variable is stored where?
What do you know about embedded system? at which stage the var x is stored in the memory ?
solve following program void main(){ int x =10; { int y =20; } pfintf('x=%d,y = %d',x. y); }
various synchronization methods used in programming
white board: find the first non-recurring character in a string. i.e. input "abbcdcaea" would return "d"
white board: swap the values of two pointers without a temp variable
Write a program to test endianess of storage.
Viewing 11 - 20 interview questions