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

Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

0 Answers   TCS,


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

0 Answers  


What is the use of :: operator in c++?

0 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


Define upcasting.

0 Answers  


How can you quickly find the number of elements stored in a static array?

0 Answers  


What do you mean by inheritance in c++? Explain its types.

0 Answers  


How do you compile the source code with your compiler?

0 Answers  


When must you use a pointer rather than a reference?

0 Answers  


How is new() different from malloc()?

0 Answers  


What does new do in c++?

0 Answers  


Please explain the reference variable in c++?

0 Answers  


Categories