×
Login Or SignUp
Privacy Policy
Terms Of Service
freetests4u.com
Online Knowledge Sharing Platform
Login/SignUp
freetests4u.com
Blogs
Mock Tests
Videos
Jobs
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 Answer
Ans: 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 Answer
Ans: 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 Answer
Ans: 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 Answer
Ans: 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 Answer
Ans: (log2n)
1
2
3
4
5
6
7
8
9
10
11
12