πŸ“Š C++
Q. Which of the following statements is true about the following instruction?
  • (A) Creates a variable of type integer with the identifier b and 100 as value.
  • (B) Declares a constant b whose value will be 100.
  • (C) Declare an integer b with 100 as initial value.
  • (D) Declares a variable b with 100 as initial value.
πŸ’¬ Discuss
βœ… Correct Answer: (B) Declares a constant b whose value will be 100.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
220
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
83%
Success Rate