Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
999Write 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 you know about structures in C++?
What are signs of manipulation?
Are there any special rules about inlining?
Is it possible to write a c++ template to check for a function's existence?
What is an operator function? Describe the function of an operator function?
Specify some guidelines that should be followed while overloading operators?
Write about the members that a derived class can add?
Refer to a name of class or function that is defined within a namespace?
Can java be faster than c++?
What is the extraction operator and what does it do?
What is a friend function in c++?
What do you mean by function overriding & function overloading in c++?
Explain about templates of C++.
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00