What is a static element?


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

Post New Answer

More C++ General Interview Questions

Which of the following is evaluated first: a) && b) || c) !

0 Answers  


What is difference between rand () and srand ()?

0 Answers  


What is c++ try block?

0 Answers  


What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


What are the steps in the development cycle?

0 Answers  






What is the array and initializing arrays in c++?

0 Answers  


What is an operator in c++?

0 Answers  


What is a unnitialised pointer?

0 Answers  


What are the different types of polymorphism?

3 Answers  


Write a function to find the nth item from the end of a linked list in a single pass.

0 Answers   Huawei,


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


What are class and object in C++?

1 Answers  


Categories