what is string cancadinate in c
Answers
Answered by
1
concatenation means combining two different strings....like string1=under
string 2=stand
after concatenating the string becomes
"understand"
hope this helps.......
string 2=stand
after concatenating the string becomes
"understand"
hope this helps.......
rahul4435:
thx. :)
Answered by
0
Answer:
How to Append a Character to a String in C
Get the string str and character ch.
Use the strncat() function to append the character ch at the end of str. strncat() is a predefined function used for string handling. string. h is the header file required for string functions. ...
Print or return the appended string str.
Similar questions
Chemistry,
6 months ago
Computer Science,
6 months ago
Math,
1 year ago
Math,
1 year ago
English,
1 year ago