Answer Posted / sivasankar
array is a collection of elements
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
which operator is used for performing an exponential operation a) > b) ^ c) none
Will a catch statement catch a derived exception if it is looking for the base class?
What is stream and its types in c++?
Is string an object in c++?
Is c++ a good beginners programming language?
Explain rethrowing exceptions with an example?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is the extraction operator and what does it do?
What is a literal in c++?
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 are c++ data types?
What is format for defining a structure?
Write a Program for find and replace a character in a string.
Why do we use templates?
Why is swift so fast?