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

  Рет қаралды 18,475

EmbeddedWorld

EmbeddedWorld

Күн бұрын

This will explain 5 most important coding interview questions.

Пікірлер: 20
@mohammadumarsalim3196
@mohammadumarsalim3196 7 ай бұрын
Great Initiative 👍 I have actually encountered same questions during internship and Job interview in Embedded Software domain.
@ahmadmughal7654
@ahmadmughal7654 7 ай бұрын
Found some valuable video after many hours to follow and improve. Thank you please making more video. Good Job
@Nanduchandu3637
@Nanduchandu3637 6 ай бұрын
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 7 ай бұрын
Your explanation is easier to understand, thanks bro
@MDIMRAN-zy9cb
@MDIMRAN-zy9cb 8 ай бұрын
Very good explanation bro ..
@santanumondal6926
@santanumondal6926 Жыл бұрын
🎉🎉🎉
@ashruelectronic
@ashruelectronic 5 ай бұрын
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 5 ай бұрын
Check part 2 for more coding examples
@sudeshnaC
@sudeshnaC 11 ай бұрын
Thanks for the questions🙂1 doubt, in the last question, why did the size get reduced to 4B and not 8B?
@EmbeddedworldJoy
@EmbeddedworldJoy 9 ай бұрын
Answered in part2 --> kzbin.info/www/bejne/nIbHh6VtlNaksLM
@rushichitteti3528
@rushichitteti3528 5 ай бұрын
Bro could you please upload the document also
@anandchanduri
@anandchanduri 3 ай бұрын
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 3 ай бұрын
It has a risk of over flow. If both a and b are MAXINT then this logic will fail
@nandu1981
@nandu1981 3 ай бұрын
Thank you very much for the feedback yes agree with you that it has a risk
@patilmm123
@patilmm123 3 ай бұрын
why cant we use if else
@samadhanchavan5152
@samadhanchavan5152 10 ай бұрын
Part 2 ?
@EmbeddedworldJoy
@EmbeddedworldJoy 9 ай бұрын
Watch the part 2 -->> kzbin.info/www/bejne/nIbHh6VtlNaksLM
@darylfunk2226
@darylfunk2226 Жыл бұрын
'Promo sm' 🙂
@RishiSharma-sd2in
@RishiSharma-sd2in 5 ай бұрын
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; }
Being Competent With Coding Is More Fun
11:13
TheVimeagen
Рет қаралды 90 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 9 МЛН
How To Become An Embedded Software Engineer?
10:30
Greidi Ajalik
Рет қаралды 128 М.
Embedded Software Engineering Interview Questions & Answers
10:24
Greidi Ajalik
Рет қаралды 59 М.
Embedded C Programming Design Patterns | Clean Code | Coding Standards |
1:38:10
Naming Things in Code
7:25
CodeAesthetic
Рет қаралды 2,1 МЛН
How I Passed The Google Coding Interviews
18:50
Chris Jereza
Рет қаралды 51 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 9 МЛН