Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.C - File Extension for C Source Files
File extension C is used for C source code files. A C sample file is provided. Free C compilers are listed.
✍: FYIcenter.com
File Extension: .C
File Content: C source code.
What is C? C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories.
C is the file extension for files storing C source code.
Software applications written in C need to go through three steps to be executed:
C files are text files, which can be edited by any text editors. Here is a sample C file containing the source code of a very simple C application:
#include <stdio.h>
main() {
printf("Hello world!\n");
}
C sample file: Click sample.c to download.
C source code stored in C files can be compiled by a number of free C compilers:
2012-07-08, 7121👍, 0💬
Popular Posts:
What is SCR? SCR, short name for Screen Saver, is used as the file extension for Screen Saver files....
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is EML? EML, short name for Email, is used as the file extension for Email Message files. .EML ...
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...