pls ans this above paper
Attachments:

Answers
Answered by
0
Explanation:
C++ Program to reverse number
#include <iostream>
using namespace std;
int main()
{
int n, reverse=0, rem;
cout<<"Enter a number: ";
cin>>n;
while(n!=0)
Similar questions
Environmental Sciences,
2 months ago
Computer Science,
2 months ago
Math,
2 months ago
Math,
4 months ago
Hindi,
4 months ago