41 .
A compiler is used to convert the following to object code which can be executed
A.High-level language
B. Low-level language
C. Assembly language
D.Natural language
E.None of these
View AnswerAns: High-level language
42 .
During initializing a union
A.Only one member can be initialised.
B. All the members will be initialised.
C. Initialisation of a union is not possible.
D.Some members can be initialised.
E.None of these
View AnswerAns: Initialisation of a union is not possible.
43 .
Which of the following is the feature of stack ?
A.All operations are at one end
B. It cannot reuse its memory
C. All elements are of different data types
D.Any element can be accessed from it directly
E.None of these
View AnswerAns: Any element can be accessed from it directly
44 .
Recursion is sometimes called
A.Circular definition
B. Complex definition
C. Procedure
D.Union
E.None of these
View AnswerAns: Circular definition
45 .
What is time required to insert an element in a stack with linked implementation ?
A.(1)
B. (log2n)
C. (n)
D.(n log2n)
E.2n
View AnswerAns: (log2n)