Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
958Write 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 .
1093Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1232Post New C++ General Questions
Can non graphic characters be used and processed in C++?
How to access a variable of the structure?
What is &x in c++?
What are the differences between the function prototype and the function defi-nition?
What is the need of a destructor?
Do you need a main function in c++?
Write about the stack unwinding?
What is the best c c++ compiler for windows?
What do you mean by enumerated data type?
What are the types of pointer?
Why is c++ a mid-level programming language?
Explain the problem with overriding functions
What is struct c++?
What is virtual table?
Why c++ is created?