ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Search Tutorials

This tutorial series is created using gcc 4.6.1 Ubuntu 11.10. Powerful features, simple syntax, and portability make C a preferred language among programmers for business and industrial applications. Read more


About 9704 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : C and Cpp - Khasi

Outline: First C++ Program -Header files -- nuksa: #include <iostream> -main() -Curly braces -cout<< -semicolon ; -Compiling ia ka C++ program --nuksa: g++ filen..

Basic

Foss : C and Cpp - Khasi

Outline: Data types, constants, identifiers -Keywords --Nuksa: if, break, else -Constants -Data types --Nuksa: int, float, char, double -Format specifiers --Nuksa: 0, 0..

Basic

Foss : C and Cpp - Khasi

Outline: Functions -kaei ka function -Syntax ban declaration ia u function -Function bad ki arguments --Nuksa: return-type function-name(parameter); -Function khlem arguments ..

Basic

Foss : C and Cpp - Khasi

Outline: Scope Of Variables -jingsdang -Syntax ban declare ia u variable --Nuksa: data-type var-name; -Syntax ban initializing ia u variable --Nuksa: data-type var-name = val..

Basic

Foss : C and Cpp - Khasi

Outline: Peit ia ki conditions ha ka program -Kiei ki Statements. -Syntax na ka bynta ka if bad -If-else Statement -Errors

Basic

Foss : C and Cpp - Khasi

Outline: Nested if bad switch statement -Nested if statement. -Switch statement. -Syntax na ka bynta ka nested-if statement -Syntax na ka bynta ka switch statement -break s..

Basic

Foss : C and Cpp - Khasi

Outline: Increment bad Decrement Operators -Increment Operator --nuksa: ++ -Postfix increment --nuksa: a++ -Prefix increment --nuksa: ++a -Decrement Operator --nu..

Basic

Foss : C and Cpp - Khasi

Outline: -Arithmetic Operators -Addition Operator --nuksa: a + b -Subtraction Operator --nuksa: a - b -Multiplication Operator --nuksa: a * b -Division Operator --nu..

Basic

Foss : C and Cpp - Khasi

Outline: -Double Equal to --nuksa: a == b -Not Equal to --nuksa: a != b -Greater Than --nuksa: a > b -Less Than --nuksa: a < b -Greater than Equal To --nuksa: a >..

Basic

Foss : C and Cpp - Khasi

Outline: Logical Operators -And && -Or || -Not !

Basic

Foss : C and Cpp - Khasi

Outline: Loops -Loops -Syntax na ka bynta ka while bad do-while loop -Jingianujor hapdeng ka while bad ka do-while loop -Syntax na ka bynta ka -for loop -Errors

Intermediate

Foss : C and Cpp - Khasi

Outline: -Kiei ki arrays -1-D Arrays -Syntax na ka bynta ban Declare ia ki arrays --nuksa: data type array_name [size]; -Syntax na kabynta ban Initialize ia ki arrays --nuks..

Intermediate

Foss : C and Cpp - Khasi

Outline: Jingtreikam bad ki 2-D Arrays -Kiei ki 2-D Arrays. -Range jong ki arrays -Syntax na kabynta ka Declaration jong 2-D arrays --nuksa: data type array_name[row][column];..

Intermediate

Foss : C and Cpp - Khasi

Outline: -Kaei ka string -Syntax ban declare ia ka string -Syntax ban initializing ia ka string -Ban pule ia ka string na ka keyboard

Intermediate

Foss : C and Cpp - Khasi

Outline: String Library Functions Kiei ki string library Functions Ki jait jong ka string library functions -Strcpy -Strlen -Strcmp -Strcat

Intermediate

Foss : C and Cpp - Khasi

Outline: -Syntax jong ki structures -Declaration bad initialization -Declaration ia ka structure variable -Accessing structure variables

Advanced

Foss : C and Cpp - Khasi

Outline: Ka jingsngewthuh ia ki Pointers -Jinglamphrang -Syntax jong u Pointer --nuksa: int *iptr; -Declaration --nuksa: int a; (integer a) int *aptr; (pointer to ..

Advanced

Foss : C and Cpp - Khasi

Outline: -types jong ki function calls -function pass by value -function pass by reference

Advanced

Foss : C and Cpp - Khasi

Outline: -File handling functions -Ban plie ia ka phail bad khang ia ka phail --nuksa: fopen, fclose -Ban pule ia ki data na ka phail

Advanced

Foss : C and Cpp - Malayalam

Outline: -ആദ്യത്തെ C പ്രോഗ്രാം -Header Files --ഉദാഹരണം: #include -main() -Curly braces -printf() -semicolon ; -ഒരു C പ്രോഗ്രാമിന്റെ Compiling --ഉദാഹരണം: gcc filename.c -o output..

Basic