Tell me what is null pointer and what is its use?
Answer / Satish Chandra Ram
"A null pointer is a value that represents the absence of an object reference. It's typically represented by the C constant NULL or 0 in some contexts. The null pointer is used to denote the absence of a value, indicating that a pointer doesn't point to any valid memory location."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are real-time embedded systems?
What are the functional requirements that are used in the embedded systems?
Suppose you buy some rtos, what are the features you look for in?
Tell me can we put breakpoint inside isr?
Explain the components of an embedded system?
what is Page Fault or Page thrashing ?
Describe to me some bad code you've read or inherited lately.
What is solid?
Tell me what is the function of dma controlled in embedded system?
What is inversion of control? How does that relate to dependency injection?
Can you please explain the difference between mutexes vs semaphores?
Tell me what are the commonly found errors in embedded systems?