+ 1
Interview help in C language
I will have an interview in the coming few days for Embedded software, Can anyone suggest to me the best way to prepare myself for the interview?
3 Respuestas
+ 16
All in all.... U should have a complete knowledge about all the basics of C.
No buddy can't answer all interview questions so don't worry. As far as my opinion, they just check your basics of basic. So keep practice & practice, that's it.
Top 100 C interview questions
https://career.guru99.com/top-100-c-interview-questions-answers/
---------------------------------------------------------------
Hope you got the answer 🤙🤙
+ 8
Ahmed Agaty as you have mentioned embedded as your interview based then by knowing concept of C as "Sam" described in his answer you must know some key things about embedded development, how C is used in for embedded development what library of C is used for embedded development, with which microcontroller you have used and worked with to burn the code of embedded in an external hard drive or source like you can use msp430 family microcontroller then have some knowledge about how code is compiled, why an cross compiler is used in an embedded system development and so on.
And as C is your base so keep trying to have some knowledge about C file handling, data structure and algorithms implement through C and some basic programs logic.
+ 3
@Sam
Great link. I am not preparing for a job interview but answering those questions is a great way to check if you have understood C basics!