What is something substantive that you've done to improve as a developer in your career?
No Answer is Posted For this Question
Be the First to Post Answer
What are the characteristics of embedded system?
How i/o devices are classified for embedded system?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
How are local and global variables are allocated by compiler.
What is a memory leak? What is a segmentation fault?
Tell me how many types of ipc mechanism you know?
Tell me what is microcontroller?
Explain the difference between risc and cisc processor?
What kinds of problems can you hit with lockless model?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
What is solid?
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?