adplus-dvertising
frame-decoration

Question

A character array can be initialized using

a.

Floats value

b.

Integer values

c.

A string literal

d.

None of them

Answer: (c).A string literal

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A character array can be initialized using

Similar Questions

Discover Related MCQs

Q. For finding an object in an array starting from the beginning and inspecting each element one after the other, until the object is found is called as

Q. A consecutive group of memory locations that all have the same name and the same type, is called as

Q. Which from the following technique is used for finding a value in an array?

Q. For defining their own types programmer's uses

Q. The position number contained within a square brackets e.g. my_array [5], is referred as

Q. A one dimensional array is always considered as

Q. Array that are declared static are initialized when

Q. One-dimensional array of two-dimensional arrays is called

Q. Tables or arrays that require two subscripts to identify a particular element are called

Q. The objects of an array is called as

Q. An array of arrays is called

Q. How many kinds of elements an array can have?

Q. Float a [3] = {10.2, 33.4, 44.4}; is an example of

Q. Elements of an array are numbered as 0,1,2,3

Q. How many operators are supported by C++?

Q. The symbol [ ] denotes the

Q. The address operator has a precedence level equal to

Q. A pointer to the object that owns the call of member function in which the expression appears, is called

Q. Which from the following is not a mutable lvalue?

Q. How a static array is declared?