+ 2
Can we make a pure function or accessor methods without using return statement?if yes then how? And if no then why?
if this program is valid then please make a simple pure function without using return statement
2 Antworten
+ 3
void f(){
cout<<"hello";
}
0
make it with pure function