Software that translates C source code into machine code is
Software that translates C source code into machine code is called an interpreter a compiler an assembler a transliteration directives are proceed by the preprocessor true false Every C program must include, one and only one, function named main true false New style comments must start and end with//Such as//comment message true false The C programming language was developed by Microsoft true false The C programming language was firs, used to implement the Unix operating true false Variables of type short int can not contain values greater than +127 true false Variables of type long int can contain fractional values, such as 1.532 true false In C the first character of a variable name can be a letter, digit, or a $. avoid conflicts with the standard libraries, it should not be used. true false For a program to be portable from machine to machine it should be \"low-level\" language a \"high-level\" language assembly When a C program compiles successfully, it will always execute false One of the following identifiers is invalid in C. Which one is it die_bluten_blum_in_spanien_grunen_grun error
Solution
1)b
The name \"compiler\" is primarily used for programs that translate source code from a high-level programming language.
2) a)True
3)b False C program contain another function also
4)b)False.Comment starts with // but not necessary to end with //
5)b)Flase C was developed at Bell Laboratories
6)a)true
7)b) False -32,768 to 32,767 is range for short int
8)b)False
9)b)False.Variable name cannot start with digit
10)c)assembly language
11)Question not visible
12)Question not visible
13)True
================================================
Comment about work
