Multiple choice

What are the three types of files created after creating and bulding a program in C?

  1. Filename.C, filename.obj, filename.exe

  2. Filename.C, filename.obj, filename.txt

  3. Filename.obj, filename.txt, filename.exe

  4. Filename.obj, filename.exe, filename.dll

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

These are the three extension files created after developing a c program, compiling and building to run.