How do I use arrays in c++?


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

Post New Answer

More C++ General Interview Questions

How const functions will be treated by compiler?

3 Answers   Symphony,


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


what Is DCS ? what i will get benefit when i did?

0 Answers  


What does extern mean in a function declaration in c++?

0 Answers  


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


What is a breakpoint?

0 Answers  


What is rtti in c++?

0 Answers  


How many characters are recognized by ANSI C++?

0 Answers   Hexaware, NIIT,


Why is c++ a mid-level programming language?

0 Answers  


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

0 Answers  


Explain how to initialize a const member data.

0 Answers  


What are the benefits of oop in c++?

0 Answers  


Categories