How do malloc and calloc work?
No Answer is Posted For this Question
Be the First to Post Answer
Please write a program to show the functionality of power-save super loop?
What is pass by value and pass by reference? How are structure passed as arguments?
What is yagni? Is this list of questions an example?
Tell me what are the different storage classes in c?
what is Page Fault or Page thrashing ?
Explain the difference between testing and verification?
Tell me significance of watchdog timer in embedded systems?
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)
What is the size of the int, char and float data types?
Explain various uses of timers in embedded system?
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
Discuss the differences between mocks and stubs/fakes and where you might use them (answers aren't that important here, just the discussion that would ensue).