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, 7370👍, 0💬
Popular Posts:
What is CRT or CER? CRT or CER, short name for Certificate, is used as the file extension for PKI (P...
What is VDX? VDX, short name for Visio Drawing XML, is used as the file extension for Visio Drawing ...
What is ASPX? ASPX, short name for ASP.NET Script, is used as the file extension for ASP.NET Script ...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is MHT or MHTML? MHT or MHTML, short name for MIME HTML, is used as the file extension for MIME...