Embedded C Coding Interview Questions ||Part 1 ||Firmware developer||

  Рет қаралды 21,040

EmbeddedWorld

EmbeddedWorld

Күн бұрын

Пікірлер: 21
@mohammadumarsalim3196
@mohammadumarsalim3196 8 ай бұрын
Great Initiative 👍 I have actually encountered same questions during internship and Job interview in Embedded Software domain.
@ahmadmughal7654
@ahmadmughal7654 8 ай бұрын
Found some valuable video after many hours to follow and improve. Thank you please making more video. Good Job
@Nanduchandu3637
@Nanduchandu3637 8 ай бұрын
total 35 minuts i casually watched, but last one minut that bit field concept is awesome bro..then instantly i subscribed ur channel..🙏
@sundareshanp
@sundareshanp 9 ай бұрын
Your explanation is easier to understand, thanks bro
@MDIMRAN-zy9cb
@MDIMRAN-zy9cb 10 ай бұрын
Very good explanation bro ..
@santanumondal6926
@santanumondal6926 Жыл бұрын
🎉🎉🎉
@ashruelectronic
@ashruelectronic 7 ай бұрын
Hi, can you provide the coding examples for the embedded interview. It would be very helpful to me. Because I have interview in next week. Waiting for your response. Thank you
@EmbeddedworldJoy
@EmbeddedworldJoy 7 ай бұрын
Check part 2 for more coding examples
@sudeshnaC
@sudeshnaC Жыл бұрын
Thanks for the questions🙂1 doubt, in the last question, why did the size get reduced to 4B and not 8B?
@EmbeddedworldJoy
@EmbeddedworldJoy 11 ай бұрын
Answered in part2 --> kzbin.info/www/bejne/nIbHh6VtlNaksLM
@rushichitteti3528
@rushichitteti3528 6 ай бұрын
Bro could you please upload the document also
@samadhanchavan5152
@samadhanchavan5152 11 ай бұрын
Part 2 ?
@EmbeddedworldJoy
@EmbeddedworldJoy 11 ай бұрын
Watch the part 2 -->> kzbin.info/www/bejne/nIbHh6VtlNaksLM
@patilmm123
@patilmm123 4 ай бұрын
why cant we use if else
@anandchanduri
@anandchanduri 4 ай бұрын
Hi Below is a sample code to swap 2 number much easily without easily hope you will include in next videos #include int main() { int a = 10, b= 20; printf("Value of A & B Before swap --> %d %d ",a,b); a = b - a + (b = a); printf("Value of A & B After swap --> %d %d ",a,b); return 0; }
@EmbeddedworldJoy
@EmbeddedworldJoy 4 ай бұрын
It has a risk of over flow. If both a and b are MAXINT then this logic will fail
@nandu1981
@nandu1981 4 ай бұрын
Thank you very much for the feedback yes agree with you that it has a risk
@darylfunk2226
@darylfunk2226 Жыл бұрын
'Promo sm' 🙂
@RishiSharma-sd2in
@RishiSharma-sd2in 6 ай бұрын
wants selection then do this way #include #include void bit_swap(uint32_t a) { uint32_t return_a; union tmp{ uint32_t tempa; char tempc[4]; } swap; swap.tempa=a; printf("%02x%02x%02x%02x",swap.tempc[0],swap.tempc[1],swap.tempc[2],swap.tempc[3]); } int main() { bit_swap(4542542); return 0; }
Embedded C Interview Questions - Session 1
11:31
Shriram Vasudevan
Рет қаралды 247 М.
One day.. 🙌
00:33
Celine Dept
Рет қаралды 44 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 36 МЛН
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 8 МЛН
10 years of embedded coding in 10 minutes
10:02
Greidi Ajalik
Рет қаралды 414 М.
What Actually is Embedded C/C++? Is it different from C/C++?
11:05
Jacob Sorber
Рет қаралды 154 М.
Easy Google Coding Interview With Ben Awad
28:00
Clément Mihailescu
Рет қаралды 1 МЛН
How to: Work at Google - Example Coding/Engineering Interview
24:02
Life at Google
Рет қаралды 7 МЛН