Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
1050Write 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 .
1203Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1334Post New C++ General Questions
What is #include iomanip?
What is object file? How can you access object file?
What are the effects after calling the delete this operator ?
What are the 3 levels of programming languages?
What is vector processing?
Why c++ is faster than java?
What are the differences between the function prototype and the function defi-nition?
What is input operator in c++?
What are c++ manipulators?
What is c++ code?
What is a c++ object?
Why we use #include iostream in c++?
What is purpose of new operator?
Is java easier than c++?
What is c++ try block?