Request New Subject
Home
Computer Science Engineering (CSE)
Data Structure (DS)
Q. In a circular queue the value of r will be .. (Solved)
1. r=r+1
2. r=(r+1)% [queue_size – 1]
3. r=(r+1)% queue_size
4. r=(r-1)% queue_size
c. r=(r+1)% queue_size
Related Topics
→ Computer Architecture and Organization
→ Microprocessor and Interfacing Technique
→ Computer Networks
→ Data Structure and Algorithms (DSA)
→ Operating System (OS)
→ Artificial Intelligence and Robotics (AIR)
→ Software Project Management (SPM)
→ Computer Fundamentals
→ High Performance Computing (HPC)
→ Data Communication and Computer Network
Subscribe Now
Get All Updates & News
Subscribe