answersLogoWhite

0

C code for

Updated: 11/5/2022
User Avatar

Wiki User

12y ago

Best Answer

It's used to make simple program using a compiler such as visual basics which is a windows program that makes .exe files. C was made so programmers could easily and quickly make programs, a compiler convert the C coding into binary and allows it to be opened with your specifix operating system.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C code for
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is C plus plus preprocessor software?

Sometimes, it is. Some implementations compile C++ code into C code, and then compile the C code.


Suction d and c cpt code?

wat is the code for SUCTION d and c


Discrete fourier transform of an image in c code?

i want c code for fourier transform?


How do you Open a text file as C plus plus source code?

All C++ source code is is a text file with the .cpp extension. So if you save your code as *****.cpp then it is automatically C++ source code.


Getting source code of c?

C is a programming language, so it doesn't have source code.(On the other hand, C compilers do have source code, but you, as a beginner in programming, could not understand them.)


Can the c plus plus language compiler also be used for the c language?

Yes, but you must tell the compiler that the code is C otherwise it will be treated as if it were C++, which could lead to subtle runtime errors where the languages contain "silent differences", or compilation errors where valid C code would be invalid in C++.Although you can mix C and C++ code in the same source, it makes sense to use separate translation units for each. Thus, when a header contains C code, you can include that header in a C++ program using the following construct:extern "C"{#include "c_header.h"}Everything between the opening and closing braces will be treated as C code and will be compiled as such.


How do you construct the C plus plus program that will accept 10 integers number code?

#include<iostream> #include<conio.h> #include<string> int main() { std::cout << "Enter your 10 digit code: "; size_t code=0; size_t len=0; while (len<10) { char c = (char) _getch(); if (c=='0' && !code) // leading zero not permitted! continue; if (c>='0' && c<='9') { ++len; std::cout << c; c -= '0'; code *= 10; code += c; } } std::cout << "\n\nYou entered: " << code << '\n' << std::endl; }


What is the code for the radio in a mercedez Benz C 220?

How to get the 1995 c 220 Mercedes radio code? i just open the Battery and my radio code reset, i don't know the code


Why c is machine independent language?

C source code is portable; it can be compiled upon any machine with a suitable C compiler in order to produce the machine-dependant code (the machine code). However, C can also be used to write machine-dependant code, or code that is dependant upon specific platforms. In order to be completely portable, the code must use the C standard library and/or generic libraries.


When was International Obfuscated C Code Contest created?

International Obfuscated C Code Contest was created in 1984.


What is the airport code for Thomas C. Russell Field?

The airport code for Thomas C. Russell Field is ALX.


What is the airport code for C. David Campbell Field?

The airport code for C. David Campbell Field is CRS.