Q:What is the condition required to get the output "I Love C Language" from the given code? #include<stdio.h> int main() { if(condition) { printf("I Love"); } else { printf("C Language"); } return 0; }
Embedded Software Interview Questions
6,856 embedded software interview questions shared by candidates
There are three bulbs in a room and three switches outside the room. You are allowed to enter the room only once. How can you tell which switch corresponds to which bulb?
"Why are sewer caps round?"
About assembly implementation of spinlock?
When the keyword static is used in C?
How to swap 2 variables without using a third variable. And the team leader asked to write a code snippet for assigning 5 colors to the countries on the world map so that no adjacent country has same color.
Equivalent circuits(resistor, capacitor,inductor)
in written test there were 10 questions for half an hour.clear a bit ,toggle a bit,function for itoa ,insert and display linked list,assign a value to address (0x00024), in second round 1.difference between long and short de bounce period,what is background process when interrupt occurs,
- embedded stuff
Calculate the average rain in a regions when the values are positive, List given with integers, positive and negative
Viewing 31 - 40 interview questions