Can a class be static in c++?


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

Post New Answer

More C++ General Interview Questions

How does c++ structure differ from c++ class?

0 Answers  


Why null pointer is used?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


How many ways can a variable be initialized into in C++?

0 Answers   HCL,


What are the vectors in c++?

0 Answers  






Do the parentheses after the type name make a difference with new?

0 Answers  


What are the rules about using an underscore in a c++ identifier?

0 Answers  


What is near, far and huge pointers? How many bytes are occupied by them?

0 Answers  


What is the two main roles of operating system?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


What are the unique features of C++.

0 Answers  


How do I get good at c++ programming?

0 Answers  


Categories