what will be output of the following cha s1[ ]=''Delhi'',s2[ ]=''pune''; strcpy (s1 s2 ); printf(''%s'', s1);
Answers
Answered by
2
Answer:
"Pune" is the answer! strcpy() is used to copy a string
Similar questions