adplus-dvertising
frame-decoration

Question

An uninitialized variable contains

a.

A garbage value

b.

0 value

c.

Only two values

d.

All of them

Answer: (a).A garbage value

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. An uninitialized variable contains

Similar Questions

Discover Related MCQs

Q. Unary decrement operator is denoted by

Q. The conditional operator in C++ is denoted by

Q. An artificial and informal language that helps programmers to develop algorithms, is called

Q. Which from the following sets are control structures for C++ program?

Q. If an increment or decrement operator is placed after a variable, it is called as

Q. The break statement in repetition structure causes a program to

Q. Specifying the order in which statements are to be executed in a program is called

Q. Equality operator is denoted by

Q. Which one is not a valid identifier?

Q. Keywords are also called

Q. Overflow is a one kind of

Q. In C++ a name that is assigned by a user for a program elements such as variable, type, class, function or namespaces is called

Q. Unsigned integers in C++ are

Q. The string that contains zero characters is called

Q. Total number of keywords in C++ is

Q. Sequence of characters delimited by quotation marks is called

Q. Variable1= expression; which one is evaluated first?

Q. The
symbol is used for

Q. Values stored in a computer system's memory as a sequence of

Q. C++ comprises a confirmation of both high level and low level language features, that's why it is called as