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 - Malayalam

Outline: -ആദ്യത്തെ C++ പ്രോഗ്രാം -Header ഫയലുകൾ --ഉദാഹരണം : #include -main() -Curly ബ്രാക്കറ്റുകൾ -cout<< -semicolon ; - ഒരു C++ പ്രോഗ്രാമിന്റെ Compiling --ഉദാഹരണം: g++ filenam..

Basic

Foss : C and Cpp - Malayalam

Outline: -C,C-Plus-Plusപ്രോഗ്രാമിലെ ടോക്കണ്‍സ് -Data types, constants, identifiers -Keywords --ഉദാഹരണം : if, break, else -Constants -Data types -ഉദാഹരണം: in..

Basic

Foss : C and Cpp - Malayalam

Outline: -എന്താണ് function -function declaration ന്റെ syntax -arguments ഓടെയുള്ള function --ഉദാഹരണം: return-type function-name(parameter); -arguments ഇല്ലാതെയുള്ള f..

Basic

Foss : C and Cpp - Malayalam

Outline: -ആമുഖം -വേരിയബിൾ declaration ന്റെ syntax --ഉദാഹരണം: data-type var-name; -വേരിയബിൾ initialization ന്റെ syntax --ഉദാഹരണം: data-type var-name = value; -വേരിയബിളിന്റെ scope ..

Basic

Foss : C and Cpp - Malayalam

Outline: -പ്രോഗ്രാമിലെ conditions പരിശോധിക്കുന്നത്. -എന്താണ് സ്റ്റേറ്റ് മെന്റ്. -if, If-else സ്റ്റേറ്റ് മെന്റുകളുടെ syntax. -Errors.

Basic

Foss : C and Cpp - Malayalam

Outline: -nested if സ്റ്റേറ്റ്മെന്റും switchസ്റ്റേറ്റ്മെന്റും -Nested if സ്റ്റേറ്റ്മെന്റ് . -Switch സ്റ്റേറ്റ്മെന്റ് . -Nested-if സ്റ്റേറ്റ് മെന്റിന്റെ ഘടന . -Switch സ്റ്റേറ്റ് മെന്റിന..

Basic

Foss : C and Cpp - Malayalam

Outline: Increment , Decrement Operators -Increment Operator --ഉദാഹരണം : ++ -Postfix increment --ഉദാഹരണം: a++ -Prefix increment --ഉദാഹരണം: ++a -Decr..

Basic

Foss : C and Cpp - Malayalam

Outline: -Arithmetic Operators -Addition Operator --ഉദാഹരണം: a + b -Subtraction Operator --ഉദാഹരണം: a - b -Multiplication Operator --ഉദാഹരണം: a * b -Divis..

Basic

Foss : C and Cpp - Malayalam

Outline: -Double Equal to --ഉദാഹരണം: a == b -Not Equal to --ഉദാഹരണം: a != b -Greater Than --ഉദാഹരണം: a > b -Less Than --ഉദാഹരണം: a < b -Greater tha..

Basic

Foss : C and Cpp - Malayalam

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

Basic

Foss : C and Cpp - Malayalam

Outline: -Loops - while, do-while loop എന്നിവയുടെ ഘടന. -whileഉം do-while loopഉം തമ്മിലുള്ള താരതമ്യം . -for loopന്റെ ഘടന -Errors

Intermediate

Foss : C and Cpp - Malayalam

Outline: -1-D Arrays - arrays ഡിക്ലയർ ചെയ്യുന്നതിനുള്ള ഘടന --ഉദാഹരണം : data type arrayയുടെ _ പേര് [size]; - arrays initialize ചെയ്യുന്നതിനുള്ള ഘടന --ഉദാഹരണം:..

Intermediate

Foss : C and Cpp - Malayalam

Outline: 2-D Arrays -എന്താണ് 2-D Arrays. -array ന്റെ range. - 2-D arrays ഡിക്ലയർ ചെയ്യുന്നതിനുള്ള ഘടന --ഉദാഹരണം: data type array_name[row][column]; -2..

Intermediate

Foss : C and Cpp - Malayalam

Outline: -Strings -എന്താണ് string? -ഒരു string ഡിക്ലയർ ചെയ്യുന്നതിന്റെ ഘടന - ഒരു string intialize ചെയ്യുന്നതിന്റെ ഘടന -കീ ബോർഡിൽ നിന്നൊരു string റീഡ് ചെയ്യുന്നത് .

Intermediate

Foss : C and Cpp - Malayalam

Outline: string Libraryഫങ്ഷനുകള്‍ എന്താണ് string Libraryഫങ്ഷനുകള്‍ പല തരത്തിലുള്ള string library ഫങ്ഷനുകള്‍ -strcpy -strlen -strcmp -strcat

Intermediate

Foss : C and Cpp - Malayalam

Outline: structures - ആമുഖം - structuresന്റെ ഘടന - declaration നും initializationനും - structure വേരിയബിളിന്റെ declaration - structure വേരിയബിളുകൾ accessചെയ്യുന്നത്

Advanced

Foss : C and Cpp - Malayalam

Outline: -പോയിന്റർ -ആമുഖം -പോയിന്ററിന്റെ ഘടന - ഉദാഹരണം : int *iptr; -ഡിക്ലറേഷൻ -ഉദാഹരണം : int a; -(integer a) -int *aptr; -(pointer to an integer *aptr) -aptr = &a; -(aptr set ..

Advanced

Foss : C and Cpp - Malayalam

Outline: ഫങ്ഷൻ call പല തരത്തിലുള്ള ഫങ്ഷൻ call ഫങ്ഷൻ pass by value ഫങ്ഷൻ pass by reference

Advanced

Foss : C and Cpp - Malayalam

Outline: -C ലെ files. -ഫയൽ കൈകാര്യം ചെയ്യുന്ന functions -ഫയൽ തുറക്കുന്നതും അടയ്ക്കുന്നതും -ഉദാഹരണം:fopen, fclose -ഒരു ഫയലിൽ നിന്ന് ഡേറ്റ റീഡ് ചെയ്യുന്നത്

Advanced

Foss : C and Cpp - Manipuri

Outline: Outline: 1) First C Program -Header Files --example: #include <stdio.h> -main() -Curly braces -printf() -semicolon ; -Compiling a C program --example:..

Basic