What is one dimensional array in c++?


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

Post New Answer

More C++ General Interview Questions

Define 'std'.

0 Answers  


What do you mean by function overriding & function overloading in c++?

0 Answers  


What is c++ code?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Is c++ a float?

0 Answers  


Give 10 points of differences between C & C++.

0 Answers   HCL,


Define namespace in c++?

0 Answers  


Can comments be nested?

0 Answers  


What does std mean in c++?

0 Answers  


Does c++ have foreach?

0 Answers  


What is the exit function in c++?

0 Answers  


What do you mean by call by value and call by reference?

4 Answers  


Categories