What is a memory leak? What is a segmentation fault?


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

Post New Answer

More Embedded Systems AllOther Interview Questions

Describe a software development life cycle that you've managed.

0 Answers  


Tell me what are the 4 types of inheritance relationship?

0 Answers  


What is mutex precisely used for?

2 Answers  


Would you call yourself a craftsman (craftsperson) and what does that word mean to you?

0 Answers  


what is meant by a forward reference in c?

0 Answers  


What are the different types of system involved in embedded system?

0 Answers  


Explain what is size of character, integer, integer pointer, character pointer?

0 Answers  


Tell me what are inline functions?

0 Answers  


What's so great about <cool web technology of the day>?

0 Answers  


Why do we need virtual device drivers when we have physical device drivers?

0 Answers  


Tell me why embedded system is useful?

0 Answers  


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  


Categories