Tell me why cannot arrays be passed by values to functions?
No Answer is Posted For this Question
Be the First to Post Answer
Explain me what is semaphore?
What kinds of problems can you hit with locking model?
Are you still writing code? Do you love it?
List out some of the commonly found errors in Embedded Systems?
What is the use of having the const qualifier?
Tell me is count down_to_zero loop better than count_up_loops?
What is yagni? Is this list of questions an example?
Describe the life-cycle of a software development (application design) process.
Tell me what are the 4 types of inheritance relationship?
How are macros different from functions?
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
Tell me can we use any function inside isr?