reversing a numberthankyou please correct this code [code] while(num1!=0) { numr=numr*10; numr=numr + num1%10; ...
reversing a numberI 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 birthFixed the bug ;; the original code is now [code] #include<stdio.h> #include<conio.h> int main (void...
This user does not accept Private Messages