Exam 2: Data Structures and Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In which tree, for every node the height of its left subtree and right subtree differ almost by one?

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

B

The "C" language is

Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
Verified

A

int constant var =10;

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

D

The statement printf("%c", 100); will print?

(Multiple Choice)
4.8/5
(39)

Which is the correct syntax to declare constant pointer?

(Multiple Choice)
4.9/5
(33)

The statement print f ("%d", 10 ? 0 ? 5 : 1 : 12); will print?

(Multiple Choice)
4.9/5
(33)

To represent hierarchical relationship between elements, which data structure is suitable?

(Multiple Choice)
4.9/5
(40)

The Default Parameter Passing Mechanism is called as

(Multiple Choice)
4.8/5
(39)

Which of the following data structure is linear type?

(Multiple Choice)
4.9/5
(38)

The smallest individual units of c program

(Multiple Choice)
4.9/5
(44)

C is ______ Language?

(Multiple Choice)
4.8/5
(29)

Queue is a _____________ list.

(Multiple Choice)
4.7/5
(38)

The _______ memory allocation function modifies the previous allocated space.

(Multiple Choice)
4.9/5
(43)

What is Dequeue?

(Multiple Choice)
4.7/5
(31)

Number of binary trees formed with 5 nodes are

(Multiple Choice)
4.8/5
(41)

The worst case time complexity of AVL tree is better in comparison to binary search tree for

(Multiple Choice)
4.8/5
(45)

In which linked list last node address is null?

(Multiple Choice)
4.9/5
(45)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)