User profile: zain ahmad

User info
User name:zain ahmad
Email:ahmza147@gmail.com
Name:Zain ul Abdin
Location:Lahore
Statistical data
Birthdate:Jul 24, 1999
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:12
Latest posts:

visual studio error contsant
How to solve this error [code] # include <iostream> using namespace std; int main() { in...

Borrow in C++
I am subtracting first number form second by using borrow it is giving right answer from 20th to 15t...

Subtraction in Parts
# inlcude <iostream> using namespace std; int main() { int array1[5]={1232144,23421,23423423,679967...

Subtraction in Parts
I want to Perform subtraction in parts For Example Subtract 1237123 from 2134342 Subtract it By ma...

Subtraction in C++ BigInteger
Subtract two big Numbers and store result in an array [code] #include <iostream> # include <iomani...