FBLA Computer Science C++ Test

Which of the following is used to convert program source code into machine language? C . An assembler b. A linker . c. A compiler. d. An interpreter. Which of the following statements shows the proper way to typecast a variable for a data type that contains more than one word? D . X = long double (value_1); b. ................
................