Tell me how to create a child process in linux?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Embedded Systems AllOther Interview Questions

look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules

1 Answers  


Explain the differences between stateless and stateful systems, and impacts of state on parallelism.

0 Answers  


Tell me what is the difference between hardware design and software design?

0 Answers  


Infinite loops often arise in embedded systems. How does you code an infinite loop in c?

0 Answers  


How does a 3 tier application differ from a 2 tier one?

0 Answers  


What trade offs do you have for resource contention?

0 Answers  


What is refactoring? Have you used it and it is important? Name three common refactorings.

0 Answers  


Tell me about 3 times you failed.

0 Answers  


Significance of watchdog timer in embedded systems.

0 Answers  


What is continuous integration? Why is it important?

0 Answers  


What is dma in an embedded system?

0 Answers  


Why is it better to use multi-threading polling instead of a single threading model?

0 Answers  


Categories