C Programming
Which of the following function is used to find the first occurrence of a given string in another string?

strstr()
strchr()
strnset()
strrchr()
None of these

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

Partitioning the string into two strings.
Merging two strings.
Comparing the two strings to define the larger one.
Extracting a substring out of a string.
Combining two strings.

ANSWER DOWNLOAD EXAMIANS APP