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 .
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is the use of :: operator in c++?
Why preincrement operator is faster than postincrement?
Define upcasting.
How can you quickly find the number of elements stored in a static array?
What do you mean by inheritance in c++? Explain its types.
How do you compile the source code with your compiler?
When must you use a pointer rather than a reference?
How is new() different from malloc()?
What does new do in c++?
Please explain the reference variable in c++?