Between Two SetsI am trying to solve a problem but I got stuck somewhere. This is a link to the problem: https://...
thread1 finish before thread2Hi there, I want the producer thread finish before the consumer thread gets executed. How can I do ...
Changing program to use arrays.What is in your code that you want to implement as arrays? I don't understand your question.
Help with FunctionsWell it returns 0 because in line 146, you have 'return 0'. What do you want that function to retur...
Else without IfYour code is missing an '}' at the end. Also, you can't have an [code]else [/code]before an [code]e...