Top 1000+ Computer Knowledge Questions and Answers for Competitive Exams - 2

Question: 6

In implicit conversion if one of the operand is a _____ the other is converted to a float.

(A) double

(B) long int

(C) float

(D) int

Ans: C

float

Question: 7

_____ alters the base data type to yield new data type.

(A) arrays

(B) constant

(C) data

(D) modifier

Ans: D

Modifier

Question: 8

The declaration statement char * const.cp.cp is a _____ pointer.

(A) integer

(B) character

(C) constant

(D) string

Ans: C

constant

Question: 9

_____ is also called as fundamental or basic data type.

(A) char

(B) float

(C) built in data type

(D) int-built data type

Ans: C

built in data type

Question: 10

The 16th bit will have a value _____ if negative value is stored.

(A) 0

(B) 1

(C) -1

(D) -2

Ans: B

1

Related Questions