Vidyalelo
Computer Science · Q933

Linux

Engineering and GATE · Computer Science · question 933

Q933

Which one of the following string will print by this program? #include #include int main() printf("Example "); pthread_exit("Bye"); printf("Linux"); return 0;

A.
Linux
B.
Example
Answer
C.
Bye
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board