Given the following struct definition in C, what would sizeof(myStruct) return? typedef struct { short a; long b; char c; } myStruct;
Embedded Software Developer Interview Questions
6,891 embedded software developer interview questions shared by candidates
You have two eggs and are trying to find the highest floor you can drop an egg from and have the egg survive. At the same time you want to minimize the drops. what is the strategy?
you have a 10x10x10 rubix cube. You paint the outside. How many cubes have paint on them.
reverse bits of an integer that is a power of 2 , keeping complexity in mind.
Questions on C and details of the previous projects carried out
write a function that finds the remainder between two numbers using only addition, sutraction and multiplication.
what is meant by voltage to turn ratio?
What are different types of interrupts?
why should i hire you
Q1- Use of Volatile keyword?
Viewing 1 - 10 interview questions