1000+ Advanced Data Structure MCQ Questions and Answers Pdf - 2

Question: 6

Which of the following is non linear data structure?

(A) trees

(B) list

(C) strings

(D) stacks

Ans: A

trees

Question: 7

The feature that allows you to define new data types that are equivalent to existing data types is

(A) union

(B) structure

(C) typedef

(D) pointer

Ans: C

typedef

Question: 8

main() is an example of

(A) statement

(B) header

(C) user defined function

(D) library function

Ans: C

user defined function

Question: 9

The actual arguments cannot be

(A) of a different type from the corresponding formal arguments

(B) other functions

(C) a constant or a variable

(D) expressions

Ans: A

of a different type from the corresponding formal arguments

Question: 10

A connected graph T without any cycles is called

(A) no cycle graph

(B) non cycle graph

(C) free graph

(D) none of these

Ans: C

free graph

Related Questions
Read More Engineering Topics