Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

C programming

Beschreibung

Computer Science Computer Science (C programming) Karteikarten am C programming, erstellt von José Miguel Gallardo am 11/02/2015.
José Miguel Gallardo
Karteikarten von José Miguel Gallardo, aktualisiert more than 1 year ago
José Miguel Gallardo
Erstellt von José Miguel Gallardo vor mehr als 10 Jahre
52
5
1 2 3 4 5 (1)

Zusammenfassung der Ressource

Frage Antworten
C Programming The C programming language is one of the oldest and most popular in the world. It's used for writing applications and operating systems.
#include <stdio.h> Stands for standard input-output header. It is the default library in C programming
; You must finish every declaration with a ;
If/Else If/Else statements are written like this: if ( TRUE ) { Execute these statements if TRUE }else { Execute these statements if FALSE }
For Loops For loops are written this way: for ( variable initialization; condition; variable update ) { Code to execute while the condition is true }
Common Variables Data Type Initialser int 0 char '\0' float 0 pointer NULL
Arrays Type nameOfArray [size];
Bi-Dimensional Arrays Type nameOfArray [size][size];
Print text or variables Text:Printf("Variable \n"); Variable: Printf("Variable: %d", variable);
Zusammenfassung anzeigen Zusammenfassung ausblenden

0 Kommentare

There are no comments, be the first and leave one below:

ähnlicher Inhalt

SFDC App Builder 2
Parker Webb-Mitchell
Data Types
Jacob Sedore
Intake7 BIM L1
Stanley Chia
Software Processes
Nurul Aiman Abdu
Design Patterns
Erica Solum
CCNA Answers – CCNA Exam
Abdul Demir
Abstraction
Shannon Anderson-Rush
Spyware
Sam2
HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Data Analytics
anelvr