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, 7064👍, 0💬
Popular Posts:
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is WMF or EMF? WMF stands for Windows Metafile. EMF stands for Enhanced Windows Metafile WMF or...
What is XLSB? XLSB, short name for Excel Spreadsheet Binary, is used as the file extension for sprea...
What is CRT or CER? CRT or CER, short name for Certificate, is used as the file extension for PKI (P...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...