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
AnswerC.
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