In linked list implementation of a queue, the important condition for a queue to be empty is? Q & A › Category: Data Structure › In linked list implementation of a queue, the important condition for a queue to be empty is? -1 Vote Up Vote Down Admin Staff asked 4 years ago In linked list implementation of a queue, the important condition for a queue to be empty is? a) FRONT is null b) REAR is null c) LINK is empty d) FRONT==REAR-1 Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago a) FRONT is null Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...