int main() { char *S=new char[6]; S=“SAGAR”; S[1]='s'; cout<<S; } Why I am getting error: segmnetation core dumped?
確定! 回上一頁