Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

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 9790 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

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

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