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
which of the following is not an secondary constant a) array b) real c) union
What is c++ flowchart?
Describe private, protected and public?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is a dangling pointer in c++?
What are abstract data types in c++?
What is the difference between stack and heap memory?
in C++ , the word plus plus who found this?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
write a programming using for loop in c++ to generate diamond trangel?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
what is the use of Namespace in c++.