What is called array?


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

Post New Answer

More C++ General Interview Questions

What does the nocreate and noreplace flag ensure when they are used for opening a file?

0 Answers  


what does the following statement mean? int (*a)[4]

0 Answers  


What is the benefit of encapsulation?

0 Answers  


What is virtual base class uses?

0 Answers  


Write a struct time where integer m, h, s are its members?

0 Answers  


How should a contructor handle a failure?

0 Answers  


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


What does int * mean in c++?

0 Answers  


What is a custom exception?

1 Answers  


What is the need of a destructor? Explain with the help of an example.

0 Answers  


What is a unnitialised pointer?

0 Answers  


To what does “event-driven” refer?

0 Answers  


Categories