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, 7099👍, 0💬
Popular Posts:
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
What is ASPX? ASPX, short name for ASP.NET Script, is used as the file extension for ASP.NET Script ...
File extension EXE is used for executable files ready to be executed on computer systems. An EXE sam...
What is VSD? VSD, short name for Visio Drawing, is used as the file extension for Visio Drawing file...