User: Ahmed50

  • Public profile

User profile: Ahmed50

User info
User name:Ahmed50
History
Joined:
Number of posts:12
Latest posts:

reversing a number
thankyou please correct this code [code] while(num1!=0) { numr=numr*10; numr=numr + num1%10; ...

reversing a number
I have written a code to find reverse of a number and print if if the original and reversed numbers...

reading a file in c++
Alright thank you.

reading a file in c++
What is the proper logic and code to find the number of rows and columns while reading from a file (...

Displaying date of birth
Fixed the bug ;; the original code is now [code] #include<stdio.h> #include<conio.h> int main (void...

This user does not accept Private Messages