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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

Makes the debugging task easier.
All of these
Helps to avoid repeated programming across programs.
Enhances the logical clarity of the program.
Helps to avoid repeating a set of statements many times.

ANSWER DOWNLOAD EXAMIANS APP