Computer Science, asked by 123456558, 2 months ago

what will be output of the following cha s1[ ]=''Delhi'',s2[ ]=''pune''; strcpy (s1 s2 ); printf(''%s'', s1);

Answers

Answered by CoderRishav
2

Answer:

"Pune" is the answer! strcpy() is used to copy a string

Similar questions