String class have a concat() function that is used to _____________________
String class have a concat() function that is used to _____________________ Correct Answer Append one string at end of another string
The concat function is used to append string into another string. The new string is always appended at the end of source string. The target string is appended as it is and the whole string is then ended by null character.
মোঃ আরিফুল ইসলাম
Feb 20, 2025