Invitation to Attend “Connect, Simulate and Innovate using Arduino on Cloud”, an awareness programme

If you are not an organiser or invigilator of the Subscribed college, please register using this Google form

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

Foss : C and Cpp - Persian

Outline: Function call Function calls انواع - با مقدار function انتقال - (reference) با ارجاع function انتقال -

Advanced

Foss : C and Cpp - Persian

Outline: C فایلها در عملگرهای رسیدگی فایلها - باز کردن فایل و بستن فایل - fopen, fclose : مثال -- خواندن داده‌ها از فایل -

Advanced

Foss : C and Cpp - Punjabi

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

Basic

Foss : C and Cpp - Punjabi

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

Basic

Foss : C and Cpp - Punjabi

Outline: 3) Tokens in C and C++ -Data types, constants, identifiers -Keywords --example: if, break, else -Constants -Data types --example: int, float, char, double -F..

Basic

Foss : C and Cpp - Punjabi

Outline: C ਅਤੇ C++ ਵਿੱਚ ਫੰਕਸ਼ਨ’’’ ਉੱਤੇ ਸਪੋਕਨ ਟਿਊਟੋਰਿਅਲ ਵਿੱਚ ਤੁਹਾਡਾ ਸਵਾਗਤ ਹੈ| ਇਸ ਟਿਊਟੋਰਿਅਲ ਵਿੱਚ, ਅਸੀਂ ਸਿਖਾਂਗੇ ਕਿ

Basic

Foss : C and Cpp - Punjabi

Outline: Scope of Variables -Introduction -Syntax of declaring a variable --example: data-type var-name; -Syntax for initializing a variable --example: data-type var-name =..

Basic

Foss : C and Cpp - Punjabi

Outline: Check the conditions in a program -What are Statements. -Syntax for if and -If-else Statement -Errors

Basic

Foss : C and Cpp - Punjabi

Outline: Nested if and switch statement -Nested if statement. -Switch statement. -Syntax for nested-if statement -Syntax for switch statement -break statement -Compariso..

Basic

Foss : C and Cpp - Punjabi

Outline: Increment and Decrement Operators -Increment Operator --example: ++ -Postfix increment --example: a++ -Prefix increment --example: ++a -Decrement Operator ..

Basic

Foss : C and Cpp - Punjabi

Outline: Arithmetic Operators -Arithmetic Operators -Addition Operator --example: a + b -Subtraction Operator --example: a - b -Multiplication Operator --example: a *..

Basic

Foss : C and Cpp - Punjabi

Outline: Relational Operators -Double Equal to --example: a == b -Not Equal to --example: a != b -Greater Than --example: a > b -Less Than --example: a < b -Gr..

Basic

Foss : C and Cpp - Punjabi

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

Basic

Foss : C and Cpp - Punjabi

Outline: ਲੂਪ੍ਸ (loops) ਲੂਪ੍ਸ (loops) ਵਾਇਲ (while)ਅਤੇ ਡੂ ਵਾਇਲ(do while) ਦੀ ਸਿੰਟੈਕ੍ਸ(syntax) ਵਾਇਲ ਲੂਪ ਅਤੇ ਡੂ ਵਾਇਲ ਲੂਪ ਦੀ ਤੁਲਨਾ ਫੌਰ(for) ਲੂਪ ਦੀ ਸਿੰਟੈਕ੍ਸ ਵਿਭਿੱਨ ਐਰਰ..

Intermediate

Foss : C and Cpp - Punjabi

Outline: ਐਰੇ -ਐਰੇ ਕੀ ਹੈ -1-D ਐਰੇ -ਐਰੇ ਨੂੰ ਡਿਕਲੇਅਰ ਕਰਨ ਲਈ ਸਿਨ੍ਤੇਕ੍ਸ(syntax) --ਉਦਾਹਰਨ: ਡਾਟਾ ਟਾਈਪ(data type) ਐਰੇ_ਦਾ_ਨਾਮ(array_name) [ਸਾਈਜ(size)]; -ਐਰੇ ਨੂੰ ਇਨ੍ਸਿਲਾਇਜ ਕਰਨ ਲਈ ਸਿਨ੍ਤ..

Intermediate

Foss : C and Cpp - Punjabi

Outline: 2-ਡੀ ਐਰੇ ਨਾਲ ਕੰਮ ਕਰਨਾ -2-ਡੀ ਐਰੇ ਕੀ ਹਨ -ਐਰੇ ਦੀ ਰੇਂਜ| -2-ਡੀ ਐਰੇ ਨੂੰ ਡਿਕਲੇਅਰ ਕਰਨ ਲਈ ਸਿਨ੍ਤੇਕ੍ਸ(syntax) --ਉਦਾਹਰਨ: ਡਾਟਾ ਟਾਇਪ (data type) ਐਰੇ_ਦਾ_ਨਾਮ(array_name)[row(ਰੋ)][column(ਕਾ..

Intermediate

Foss : C and Cpp - Punjabi

Outline: ਸ੍ਟ੍ਰਿੰਗ (string) ਸ੍ਟ੍ਰਿੰਗ (string) ਕੀ ਹੁਂਦੀ ਹੈ ਸ੍ਟ੍ਰਿੰਗ ਨੂ ਡਿਕਲੇਅਰ (declare) ਕਰਨੇ ਦੀ ਸਿੰਟੈਕਸ(syntax) ਸ੍ਟ੍ਰਿੰਗ ਨੂ ਇਨਿਸ਼ਅਲਾਇਜ਼(initialize) ਕਰੇਨੇ ਦੀ ਸੰਟੈਕਸ ਕੀਬੌਰਡ ਦਵਾਰਾ ਸਿੰਟੈਕਸ ਨ..

Intermediate

Foss : C and Cpp - Punjabi

Outline: ਸ੍ਟ੍ਰਿੰਗ ਲਾਇਬਰੇਰੀ ਫੰਕਸਨ ਸ੍ਟ੍ਰਿੰਗ ਲਾਇਬਰੇਰੀ ਫੰਕਸਨ ਕੀ ਹਨ| ਸ੍ਟ੍ਰਿੰਗ ਲਾਇਬਰੇਰੀ ਫੰਕਸਨ ਦੀਆਂ ਕਿਸਮਾਂ -Strcpy -Strlen -Strcmp -Strcat

Intermediate

Foss : C and Cpp - Punjabi

Outline: ਸਟ੍ਰਕਚਰ ਨਾਲ ਕੰਮ ਕਰਨਾ -ਜਾਨ-ਪਛਾਣ -ਸਟ੍ਰਕਚਰ ਦਾ ਸਿਨ੍ਤੇਕ੍ਸ -ਡੇਕ੍ਲਾਰੇਸ਼ਨ ਅਤੇ ਇਨਿਸ੍ਹਿਲਾਈਜੇਸ੍ਹ੍ਨ -ਸਟ੍ਰਕਚਰ ਵੇਰਿਏਬ੍ਲ ਦੀ ਡੇਕ੍ਲਾਰੇਸ਼ਨ -ਸਟ੍ਰਕਚਰ ਵੇਰਿਏਬ੍ਲ ਨੂੰ ਅਕ੍ਸੇਸ(access) ਕਰਨਾ

Advanced

Foss : C and Cpp - Punjabi

Outline: ਪੋਈਨਟਰ -ਜਾਨ-ਪਛਾਣ -ਪੋਈਨਟਰ ਦਾ ਸਿਨ੍ਤੇਕ੍ਸ --ਉਦਾਹਰਨ: int *iptr; -ਡਿਕ੍ਲਾਰੇਸ਼ਨ --ਉਦਾਹਰਨ: int a; (ਇੰਟੀਜਰ a) int *aptr; (ਇੰਟੀਜਰ ਨੂੰ ਪੋਈਨਟਰ *aptr) aptr = &a; (aptr ਵਿੱ..

Advanced