C Programming
The library function used to find the last occurrence of a character in a string is

strnstr()
strstr()
laststr()
strrchr()
None of these

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of macros
Takes care of conditional compilation
All of these
Acts before compilation
Takes care of include files

ANSWER DOWNLOAD EXAMIANS APP