Examlex

Solved

Program Activities

question 11

Multiple Choice

Program activities


Definitions:

Strcopy

A standard library function in C programming that copies the string pointed to by the source, including the null terminator, to the destination.

Strcat()

A function in the C programming language used to concatenate (append) one string to the end of another.

Strcpy()

A function used in C programming to copy one string to another.

Strcmp()

A function in C and C++ programming languages that compares two strings lexicographically.

Related Questions