Answer Posted / hariharan,k
An Array is set of related data items that shares a common
name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe public access specifiers?
What is virtual methods?
What is the first name of c++?
What is the use of :: operator in c++?
Why main function is special in c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the use of cmath in c++?
What do you mean by translation unit?
Is there a c++ certification?
Why do we use vector in c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are references in c++? What is a local reference?
What is scope operator in c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()