Home
Verify
About Us
Contact Us
Courses
_Introduction to Cybersecurity
_What is GitHub?
_The Coder's Promise
_Learn JavaScript Basics in 45 min
Quizes
_Python Quiz
_Java Quiz
_C Quiz
_C++ Quiz
_C# Quiz
_Rust Quiz
_Golang Quiz
Home
C++ MQCs with Explanation (CHAPTER 3: TOKENS, EXPRESSIONS AND CONTRAL STRUCTURES)
C++ MQCs with Explanation (CHAPTER 3: TOKENS, EXPRESSIONS AND CONTRAL STRUCTURES)
CNR
July 17, 2023
Which of the following declaration statements is illegal ?
const int m = 10;
const int count;
const m = 100;
int const *p = &x;
Answer
:
Option c: const m = 100;
Explanation Here
Post a Comment
0 Comments
Table of Contents
Most Popular
Python Quiz - Day 3 Assignment
December 11, 2025
Python Homework (Day 1 → Day 3)
December 12, 2025
Python Quiz - Day 2 Assigment
December 10, 2025
Contact form
0 Comments