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

Post New Answer

More C++ General Interview Questions

List the issue that the auto_ptr object handles?

0 Answers  


What is difference between class and structure in c++?

0 Answers  


what kind of projects are suitable for c and c++

0 Answers  


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


What is a float in c++?

0 Answers  






Differentiate between a deep copy and a shallow copy?

1 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


What are the steps in the development cycle?

0 Answers  


What is singleton pattern in c++?

0 Answers  


what is object?

7 Answers  


Categories