Coding question: Q. Given two non-negative integers low and high. Return the count of odd numbers between low and high
Embedded Software Developer Interview Questions
4,379 embedded software developer interview questions shared by candidates
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.
Reverse a linked list Array and string manipulation
Is the given number a bitwise palindrome?
Viewing 11 - 20 interview questions