What are static variables?


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

Post New Answer

More C++ General Interview Questions

Explain the different access specifiers for the class member in c++.

0 Answers  


What is a sequence in c++?

0 Answers  


Explain how functions are classified in C++ ?

0 Answers  


Explain differences between new() and delete()?

0 Answers  


How do I write a c++ program?

0 Answers  






What do you mean by C++ access specifiers ?

1 Answers  


Why is c++ called oops?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Is c++ map a hash table?

0 Answers  


What is a c++ class?

0 Answers  


Which is best ide for c++?

0 Answers  


When does a 'this' pointer get created?

0 Answers  


Categories