Programming Languages C++ Objective
Mar 18, 2013

Regarding following statement  which of the statements is true?

Choose the correct answer:
A) Declares a variable pathwidth with 100 as its initial value
B) Declares a construction pathwidth with 100 as its initial value
C) Declares a constant pathwidth whose value will be 100
D) Constructs an integer type variable with pathwidth as identifier and 100 as value
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback