answersLogoWhite

0


Best Answer

I'd use sprintf (assuming the number wasn't a string already) and pointers.

If that's not enough of a clue, you're really not ready to be in this programming class.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make a program to reverse nummber in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


How do you make a programing?

First you download a PC communiti program . And that's it - Comment on this Answer , that's not how you make a program ... Just go to www.YouTube.com and search " How to make a program " .. Am Sure there will be a video that well help ! You need to learn some programming language.


In c language what is source program?

Source program or source code in any language is the code you write to make the program do what you want. Things like: #include <stdio.h> void main (); and so on are all pieces of source-code or source program


Become a famous singer at age 9?

hey can you make me famous Im 9 in a will like photos of me to can i may have nummber


How c language convert into machine language?

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.


What do a java developer do?

A Java developer helps create a program which can understand any form of computer language. A Java developer tries to make a program that can understand the computer language that is on any computer platform.


How you can make c program of attendance record system?

how can create a attendece sheet in c language


Why you use different loops in c language?

We use this in order to make program easier and less complex.some program cannot be performed without loops


How do you reverse an applique design?

I use a free program that I downloaded from the internet called Irfanview. It will reverse, invert, and make many other changes to patterns and photos. Go to Irfanview.com and download your copy. Be sure to click on all the plug-ins as well, since you will need them to use the program.


How do you make stuff appear on silab?

You must be a Admin/Mod/Owner/co-owner to make stuff appear it is know as ::pickup (put a nummber in like 0641 or 5122)


How compile and run in Linux?

Usually the compilation is done using the "make" command if the developer hasn't created a .sh file that includes the "make" inside of it. And most of the times "make install" is the command you can see for installing the compiled program on the system. This could differ from program to program, developer to developer, language to language. However, if you get a Makefile, it definitely uses the "make" command and if you use "cat Makefile" you may be able to get an idea on how to use "make" commands for compilation and installation. After installation, the program could be run just by typing the program name on the terminal.


Even number progamm in c language?

swap(&grades[num],&grades[num+1]); what it make in a program?