Computer Science, asked by Aiswaryavinish4350, 1 year ago

Which of the following file contains the programmer original program code

Answers

Answered by Vk4824
21

Basically in C and C++ Language, the programmer original program code is contained in BIN folder, Having the file with the extension of .c and .cpp respectively.

Answered by Anonymous
2

Source file contains the programmer's original program code.

  • Source code is the original code written by the programmer.
  • It is in high level language which is human understandable.
  • Source file is converted into object file (file containing machine code) by compiler.
  • And the object file generates an exe ( executable file ).

Similar questions