πŸ“Š C Programming
Q. Which of the following functions can copy one string into another?
  • (A) strcat()
  • (B) strcpy()
  • (C) strlen()
  • (D) strcmp()
πŸ’¬ Discuss
βœ… Correct Answer: (B) strcpy()

Explanation: strcpy(dest, src) copies string from src to dest.

Explanation by: Mr. Dubey
strcpy(dest, src) copies string from src to dest.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
65
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate