Forums Members Recent Posts Notifications Clear all Tag: Data structures and algo Search Phrase: Search Type: Search Entire Posts Search Titles Only Find Topics by Tags Find Posts by User Find Topics Started by User Advanced search options Search in Forums: Test | All Test Preparation Guide — IELTS Exam Preparation Quiz | MCQs For Online Test Preparation — Computer Science MCQs - Quiz Questions with Answers — — Web Programming — — Data Communication And Networking MCQs — — Data Structures and Algorithms Questions MCQs Best Universities in the world — United States - USA — — University of Phoenix — — University of Miami — Best Universities in Nigeria The Islamia University Of Bahawalpur (IUB) — IUB Admissions — — IUB Admission Test — — IUB Merit Lists — IUB Results — IUB Announcements — IUB Study Material — — MS Artificial intelligence (AI) — — Associate Degree Programmes (ADP) — — — ADP 1st Semester — — — — English-I (Structure) — — — — Environmental Science — — — — General Mathematics — — — — Economics — — — — Islamic History — — — — IT Skills — — — — Psychology — — — ADP 2nd Semester — — — — English-II (Literature) — — — — Critical Thinking and Reasoning — — — ADP 3rd Semester — — — ADP 4th Semester — — Doctor of Pharmacy (Pharm-D) — — BEMS Eastern Medicine — — BS English Language — — BS Education — — BS Bio Chemistry — — BS Bio Informatics — — BS Bio Technology — — BS Botany — — BS Computer Science — — BS Forensic Science — — BS Data Sciences — — BBA (2-Years Program) — — BBA (Hons) 4 Years — — BBA Technology — — BS Artificial Intelligence — IUB Past Papers — — IUB ADP Past Papers — — BS Past Papers — Frequently Asked Questions(FAQs) Search in date period: Any Date Last 24 hours Last Week Last Month Last 3 Months Last 6 Months Last Year ago Sort Search Results by: Relevancy Date User Forum Descending order Ascending order # Post Title Date User In Linked List implementation, a node carries information regarding _____? 2 years ago iubians Computer Science Quiz Data structures and algo Linked list is considered as an example of ____ type of memory allocation. 2 years ago iubians Computer Science Quiz Data structures and algo Consider the following definition in c programming language struct node{int data; struct node * next;}typedef struct node NODE;NODE *ptr;Which of the following c code is used to create new node? 2 years ago iubians Computer Science Quiz Data structures and algo In linked list each node contain minimum of two fields. One field is data field to store the data second field is? 2 years ago iubians Computer Science Quiz Data structures and algo Which of the following is not the type of queue? 2 years ago iubians Computer Science Quiz Data structures and algo A normal queue, if implemented using an array of size MAX_SIZE, gets full when 2 years ago iubians Computer Science Quiz Data structures and algo Circular Queue is also known as ______? 2 years ago iubians Computer Science Quiz Data structures and algo What is the result of the following operation?Top (Push (S, X)) 2 years ago iubians Computer Science Quiz Data structures and algo The postfix form of A*B+C/D is? 2 years ago iubians Computer Science Quiz Data structures and algo The postfix form of the expression(A+B)*(C*D- E)*F / G is? 2 years ago iubians Computer Science Quiz Data structures and algo In a stack, if a user tries to remove an element from empty stack it is called ____? 2 years ago iubians Computer Science Quiz Data structures and algo What is the value of the postfix expression 6 3 2 4 + – *: 2 years ago iubians Computer Science Quiz Data structures and algo Process of inserting an element in stack is called___? 2 years ago iubians Data structures and algo Computer Science Quiz In general, the index of the first element in an array is ? 2 years ago iubians Computer Science Quiz Data structures and algo When does the Array Index Out Of Bounds Exception occur? 2 years ago iubians Computer Science Quiz Data structures and algo How do you initialize an array in C? 2 years ago iubians Computer Science Quiz Data structures and algo Stack is also called as ____? 2 years ago iubians Computer Science Quiz Data structures and algo ____ level is where the model becomes compatible executable code ? 2 years ago iubians Computer Science Quiz Data structures and algo