Skip to content

chardso/alx-low_level_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alx-low_level_programming

C programing

Everything you need to know to start with C

while(98) printf(“#cisfun\n”);

What is C?

C is an imperative (procedural) language. All the code has to be inside a function. C files are source code of your program. You have to compile C files with a compiler (for instance gcc) to create an executable file

Comments

cisfun

Begins with /* and ends with */

/* comment */

Can be inserted anywhere a white-space character is allowed

/*

Multi

Line

comment

*/

/*

*Multi

*Line

*Comment

*/

Comments don’t nest

/* does not /* work */ */

Use comments to document your code

About

low-level_programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published