Algochip Interview Questions

C

1)Difference between inline and macro?  (What is the main reason to use the inline instead of macro)

2)Difference between  if else and ternary operator?

3)What is the main reason to use if else when we have already ternary operator?

4)Cyclic nature of C ?

5)What is the difference between function and macro?