Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
1001Write 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 .
1149Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1296Post New C++ General Questions
What is the use of vtable?
What things would you remember while making an interface?
How does a copy constructor differs from an overloaded assignment operator?
Can I uninstall microsoft c++ redistributable?
Is nan a c++?
Explain Text Manipulation Routines?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Is it possible to write a c++ template to check for a function's existence?
Can you sort a set c++?
What is implicit conversion/coercion in c++?
Why is c++ still popular?
What is c++ w3school?
What is a virtual destructor? Explain the use of it?
why is c++ called oops? Explain
Do you know about C++ 11 standard?