Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
What does a Static member in C++ mean?
0
votes
asked
Jan 22, 2021
by
abitha
(
1.6k
points)
c
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 22, 2021
by
Inba
(
1.1k
points)
selected
Jan 22, 2021
by
abitha
Best answer
A static data member means that it cannot be changed or recreated, only one copy of the member exists everywhere.
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What does recursion mean in c language?
What is a default argument in C++?
What is scope of a variable? How are variables scoped in C?
What is goto statement in C?
What are different storage class specifiers in C?
...