Interviewer And Interviewee Guide

C++ Static Data Interview Question:

What is static variable?

Submitted by: Administrator
Static variables are the variables which has exactly one copy per class. They belong to the class as a whole but not for its instances (objects). All static variables are declared by using the modifier ‘static'.

For example:
Submitted by: Administrator

Read Online C++ Static Data Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.