Pakistan's #1 Platform for Government Jobs, Competitive Exams & Career Guidance
MCQ Practice
What is the output of this when the pipe is successfully created? #include int main() { int ret_val; int fd[2]; ret_val = pipe(fd); printf("%dn",ret_val); return 0; }