MCQ PracticeWhat is the output of this program? #include #include int main() { int fd[2]; int count; char buffer[6]; if( pipe(fd) != 0) perror("pipe"); memset(buffer,'