Is there a way to remove blank pages appearing between two chapters, in Appendix?
I put the \let\cleardoublepage\clearpage before \makeindex. Else, your content page will display page number based on the page number before you clear the blank page.
\let\cleardoublepage\clearpage
\makeindex
it is very easy:
add \documentclass[oneside]{book} and youre fine ;)
\documentclass[oneside]{book}