Answer Posted / venu gopal raju
array is nothing but an array(a set ) of constants of
similar data type .
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is stl containers in c++?
Using a smart pointer can we iterate through a container?
What is a c++ map?
Which c++ compiler is best?
Array base access faster or pointer base access is faster?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is enum class in c++?
Can a list of string be stored within a two dimensional array?
how to connect with oracle 9i with server in socket program in c/c++
Which is most difficult programming language?
What does extern mean in a function declaration in c++?
Is c++ pass by reference or value?
Why struct is used in c++?
Why do we use templates?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?