709 views
0 votes
0 votes

1 Answer

1 votes
1 votes
"wer"  must be a string or array. please check the question and post it properly

Related questions

0 votes
0 votes
0 answers
4
abhinowKatore asked Dec 5, 2022
632 views
What will be the return value of the below function, if it is called a sample(4)? int sample(int x){ if( x == 0 || x ==2) return 1; return (sample( x) * (x ));}