answersLogoWhite

0

Usually nothing. The file extension (the .jpeg, .exe, .png, .mov, etc.) tells what kind of file it is. Certain programs deal with certain extensions, like word with .doc, .rtf, and .txt. Paint and photoshop deal with .jpeg, .png, .gif, and .bmp. Powerpoint deals with .ppt, and so on. Hope this helps!

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

What is the command to compile a java program named Greetingsjava?

The command to compile a Java program is "javac", followed by the class name (file name).


How can you use ls grep file name in c program?

With function system or popen.


How do I write a C plus plus program to store my friends name in a file?

To write a C++ program that stores a friend's name in a file, you can use the <fstream> library. First, include the library and create an ofstream object to open a file for writing. Use the << operator to write the friend's name to the file, then close the file. Here's a simple example: #include <iostream> #include <fstream> using namespace std; int main() { ofstream outFile("friends.txt"); if (outFile.is_open()) { outFile << "Friend's Name\n"; // Replace with the actual name outFile.close(); } else { cout << "Unable to open file"; } return 0; }


How do you open a C file as an executible file?

In a canonical C compiler, you type "cc (program file name).c (return) and it spits out "a.out", which is an executable. Works with the original Kernighan and Ritchie C compiler. For C++, use the .cpp extension and "g++" for the compiler: In a terminal window, on MacOS, 'cc (program name).c (return)' 'g++ (program name).cpp (return)' produces an executable named "a.out", which can be run. '-o (some file name . extension) will change the output file name.


What is another name for an include file in c program?

Include files are also known as header files.

Related Questions

What is the significance of a file name extension?

A file name extension "associates" that file to the program or type of program that created it. For examples:.bmp = Paint.jpg = Photoshop or other graphics program.txt = Notepad.doc = MS Word 2003,docx = MS Word newer versions


What is the program file name for System file checker?

SFC.exesfc.exe


What is a file that is the last 3 characters that follow the file name that identify the type of program used to create the file?

The file extension. It comes after the file nice, after the last dot in the name. For example someTextDocumet.txt has the extension TXT for plain text. The program that created it is most likely the default one for opening it.


Looking at a program file name and file extension how can you tell if the program?

Files are named in the method: filename.extension When the file is a program, the extension is 'exe' so if a file called 'hello' was a program, it would be called: hello.exe


What is pcv file?

A .pcv file is a compressed archive created with the MozBackup program. It is actually a renamed .zip file, so if you edit the file's name and replace ".pcv" with ".zip", you should be able to access the files.


What is a compatible file?

A compatible file is a file name extension (or format) that a program can read.


How do you know if the program you downloaded is a program or not?

.exe (extension of the file name)


Looking at a program file name and file extension how can you tell if the program is a MMC snap- in or command program?

Tools executed from a command line have an .exe file extension and MMC Snap ins have .msc file extension.


Your e drive says it cant open file because it dont know where it came from?

The message is generally that your computer does not know what program created a specific type of file. Use Google to search the file type, for example *.jpg or *.doc That will tell you the type of program that made the file. If it is a video file or image file, you can find free programs which will open most of these. Once you know the program, right-click the file and see if you have that program loaded on your PC. If you do, highlight the program name and choose "Always use this program to open similar type files". Click OK.


What extension is associated with program file?

Program file extensions simply identify the type of program. For example, an executable program will have a file extension of .exe, and some music files will have the file extension of .mp3


What is the name of a program execution mode in which a program scans its data from a file?

Batch Mode.


Do you have type a file extension if you want to include the file name?

No, you do not have to type the file extension if you want to include the file name. You only use file extension to make the specific file be able to be run by the program. Example: I want to make my file into a java program so i can use with a specific type of program which only runs java file i put .jav at the end of the title to make it from a text file to a java file.