Correct Answer : B
Explanation :
Explanation :
Main thread terminates after the termination of child threads
Correct Answered :
Wrong Answered :
A
Each thread is allocated with new memory from main memory
B
Main thread terminates after the termination of child threads
C
Every process can have only one thread
D
None of the above
Main thread terminates after the termination of child threads
Correct Answered :
Wrong Answered :
A
Set
B
List
C
Stack
D
Queue
BFS performs level-order traversal which can be fairly done using a queue.
Correct Answered :
Wrong Answered :