How do you react to people criticizing your code/documents?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between using a macro and inline function?
What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?
Hi Guru here.......my question is....... Is it necessary to start the execution of a program from the main() in C?
What are the 4 types of inheritance relationship?
Are you familiar with design patterns? What design software have you used and in what situations?
How are macros different from inline functions?
You have two computers, and you want to get data from one to the other. How could you do it?
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
What do you do when you get stuck with a problem you can't solve?
Why cannot arrays be passed by values to functions?
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?
Do you know what is the use of volatile keyword?