ApplicaLIUILID. 11297
Test ID: 43 Job ID: 47
What is the expected output?
#include
#include
void st(char * q) {
q = "xyz";
cout << 9:
}
void main() {
char * Las
p = "abc";
st( & p);
cout << '-" << p;
}
O A.xyz-abc
O B.xyz-xyz
O C.abc-abc
D.abc-xyz
Answers
Answered by
3
Answer:
what is the question I can't get it
Similar questions