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
Why is c++ difficult?
Write syntax to define friend functions in C++.
What are arithmetic operators?
Explain one-definition rule (odr).
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is this weird colon-member (" : ") syntax in the constructor?
Why the usage of pointers in C++ is not recommended ?
What's the order in which the local objects are destructed?
What is the use of function pointer?
What is c++ runtime?
Difference between struct and class in terms of access modifier.
Write about the local class and mention its use?
What does it mean to declare a destructor as static?
What is a rooted hierarchy?
What are move semantics?