answersLogoWhite

0

C code for

User Avatar

Anonymous

13y ago
Updated: 11/5/2022

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

13y ago

What else can I help you with?

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.


Where is the code on your DS?

my ds code is c/-usa-1


What is the source code for scientific calculator in c?

What is the source code for scientific calculator in c?Read more: What_is_the_source_code_for_scientific_calculator_in_c


When was International Obfuscated C Code Contest created?

International Obfuscated C Code Contest was created in 1984.