Which is the best way to write loops?
What is the scope of a function that is declared as static?
Can structures be passed to the functions by value?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
What is a 'volatile' variable?
what is meant by a forward reference in c?
what is a pure function in arm terminology?
Which is better a char, short or int type for optimization?
What is a memory leak? What is a segmentation fault?
Accessing fixed memory locations
How are variables mapped across to the various memories by the c compiler?
Advantages and disadvantages of using macro and inline functions?
What is difference between using a macro and a in line function?
What typecast is applied when we have a signed and an unsigned int in an expression?
What are hard and soft real time systems?