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

CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


What is the return value of the insertion operator?

0 Answers  


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

0 Answers  


What is vector processing?

0 Answers  


What is "map" in STL?

2 Answers  






What is the difference between a "copy constructor" and an "assignment operator" in C++?

0 Answers   Genpact,


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  


write a program to add two numbers without using an arithmetic operator.

1 Answers   NIIT,


What is the difference between structure and class?

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


What is #include sstream?

0 Answers  


What are structs in c++?

0 Answers  


Categories