What would be the output of the following: class A { A() const; //... };
Compile-Time Error
Run time error
Default construtor is called
none of the above