Answer:
default constructor is one , which need not to be written in program because every program has default constructor .having no statements in it.
constructor with default argument means we have a body of it and some statements is written between blocks and we must write this constructor in our program .