dev:c

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
dev:c [2022/08/14 14:55] Henrik Yllemo
Line 1: Line 1:
 +<button type="primary" size="xs" icon="glyphicon glyphicon-bookmark">[[programming_lagugages| Programming Language]]</button> 
 +====== C ======
  
 +
 +<data programminglanguage>
 +Full Name: C
 +Short Name: C
 +Description: C is used to write software where speed and flexibility is important, such as in embedded systems or high-performance computing. 
 +Company: Unkown
 +Web: No
 +Mobile: No
 +Enterprise: Yes
 +Embedded : Yes
 +</data>
 +
 +{{wp>The_C_Programming_Language}}
 +<jumbotron>
 +===== Hello World =====
 +
 +<sxh c>
 + #include <stdio.h>
 + 
 + int main()
 + {
 +    printf("Hello, world!\n");
 +    return 0;
 + }
 +</sxh>
 +<WRAP column right><wrap lo>Source: [[https://en.wikibooks.org/wiki/Computer_Programming/Hello_world|Wikibooks]]</wrap></WRAP>
 +
 +</jumbotron>
 + 
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +  * https://github.com/topics/c
 +
 +C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators. C is also a very low level programming language, which means it can communicate directly with hardware.
 +</callout> 
 +
 +<callout title="External links:">
 +  * https://en.wikibooks.org/wiki/C_Programming
 +  * https://www.geeksforgeeks.org/c-programming-language/
 +</callout> 
 +
 +See also: [[dev:programming_lagugages]]
 +
 +{{tag>programminglanguage}}
  • dev/c.txt
  • Last modified: 2023/05/01 17:22
  • by Henrik Yllemo