What does it mean to declare a function or variable as static?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


What is a virtual base class?

6 Answers   Fidelity, Siemens,






How many times will this loop execute? Explain your answer.

0 Answers  


What is pass by value & reference.

0 Answers   Accenture,


What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


Tell me about virtual function

1 Answers  


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


What are the fundamental features of an object-oriented language?

0 Answers   Accenture,


What is Advantage and Use of THIS pointer in C++ – Scenarios?

0 Answers  


Categories