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
How to create a reference variable in C++
Explain operator overloading.
When should overload new operator on a global basis or a class basis?
Can we make copy constructor private in c++?
How would you find out if a linked-list is a cycle or not?
Why are pointers used?
What jobs can you get with a c++ certification?
What is the v-ptr?
How do we balance an AVL Tree in C++?
Why the usage of pointers in C++ is not recommended ?
Implement strcmp
How does java differ from c and c++?