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 .
No Answer is Posted For this Question
Be the First to Post Answer
What is an iterator class in c++?
What is "map" in STL?
How to avoid a class from instantiation?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Which of the following operator cannot be overloaded?
What is iterator in c++?
Is main a class in c++?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Why are arrays usually processed with for loop?
What is the use of typedef?
What is a vector c++?
Are vectors faster than arrays?