reshown by
10,480 views
6 votes
6 votes

Given two statements

  1. Insertion of an element should be done at the last node of the circular list
  2. Deletion of an element should be done at the last node of the circular list
  1. Both are true
  2. Both are false
  3. First is false and second is true
  4. None of the above
reshown by

3 Answers

Answer:

Related questions

4 votes
4 votes
4 answers
1
sh!va asked May 7, 2017
13,457 views
In a doubly linked list the number of pointers affected for an insertion operation will be401Depends on the nodes of doubly linked list
4 votes
4 votes
3 answers
2
sh!va asked May 7, 2017
10,624 views
Advantage of synchronous sequential circuits over asynchronous one is :Lower hardware requirementBetter noise immunityFaster operationAll of the above
9 votes
9 votes
3 answers
3
sh!va asked May 7, 2017
12,992 views
Choose the equivalent prefix form of the following expression(a+(b-c))*((d-e)/(f+g-h))*+a-bc/-de-+fgh*+a-bc-/de-+fgh*+a-bc/-ed-+fgh*+ab-c/-de-+fgh
6 votes
6 votes
1 answer
4
sh!va asked May 7, 2017
18,574 views
The best data structure to check whether an arithmetic expression has balanced parenthesis is a:QueueStackTreeList