Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
No Answer is Posted For this Question
Be the First to Post Answer
What is meaning of in c++?
What problem does the namespace feature solve?
Which of the following is evaluated first: a) && b) || c) !
Write a Program for find and replace a character in a string.
What is pointer in c++ with example?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Is c++ slower than c?
What is a syntax in c++?
What is iomanip c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is the full form of stl in c++?
I need to find a specific string between two strings how do I do it?