answersLogoWhite

0

How do you convert from program C?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

Your question is inco

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


C program to receive floating point and convert it into binary?

scanf


How do you convert from assembly to binary in c plus plus?

Use inline assembly instructions. Then compile your C++ program to produce the machine code.


How do you write program to convert meter to kilometer in c plus plus?

Divide it by 1000.


How do you write a program in C to convert capital letters into small letters?

Use the tolower() function in the C standard library.


Write a C program to convert hexadecimal number into decimal number?

pongada punda vayanungala ..................


Write a program to convert stack into queue using c language?

In order to write a program to convert stack into queue using c language you must be able to identify the proper program. Having a special certification in programing will be beneficial as well to make sure you recognize the proper queues for the programs.


What is complier and its types in c?

C compiler is a set of program written in order to convert a user code into an executable code which is understood by a Computer.


Write a program in c to convert a given string to lower case?

Use the tolower() function. Example: char* a = 'X'; a = tolower(a); printf("%c", a);


How do you convert c program as exc file?

There's no need to "convert" it. "C programs" don't do anything until they are compiled. If you are compiling it on a Windows computer, the compiler will generally output the binary in the form of an .exe file.


How you can solve the program of temperature in Celsius and convert it into farennite?

This has been answered twice recently: F=1.8 C + 32


Write a c program to convert binary number to decimal number?

How is this a question? Sounds like you should do more of your homework offline.