void call(int);class shiv{public : void display() { call(10); } void call(int) { cout"happy shivratri" ; }};int main(){ shiv s; s.display();}
Not registered? Create an account
Forgot Password?
Already a registered user? Login