What elements of oo design are most prone to abuse? How would you mitigate that?
Can you name any code testing tools?
Tell me how to create a child process in linux?
Can we put breakpoint inside isr?
If your database was under a lot of strain, what are the first few things you might consider to speed it up?
What is a 'volatile' variable?
Explain what is return type of isr?
How are macros different from functions?
How does combination of functions reduce memory requirements in embedded systems?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
What is watchdog timer?
what is meant by a forward reference in c?
Can structures be passed to the functions by value?
Tell me what are the different types of buses used by the embedded systems?
Please explain what is semaphore?