Question:
When I compile a C Project in AVRStudio, I can't find the output file for the programmer. Where is it?
Answer:
The output files are put into a sub folder in your Project Folder, called Default. The standard output file is a .elf file for debugger. To create a .hex file for programmer, you need to check Create Hex File in Project menu > Configuration options dialog, General tab.