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
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
Foss : C and Cpp - Persian
Outline: Function call Function calls انواع - با مقدار function انتقال - (reference) با ارجاع function انتقال -
Outline: C فایلها در عملگرهای رسیدگی فایلها - باز کردن فایل و بستن فایل - fopen, fclose : مثال -- خواندن دادهها از فایل -
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..
Outline: First C++ Program -Header files --example: #include <iostream> -main() -Curly braces -cout<< -semicolon ; -Compiling a C++ program --example: g++ filen..
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..
Outline: C ਅਤੇ C++ ਵਿੱਚ ਫੰਕਸ਼ਨ’’’ ਉੱਤੇ ਸਪੋਕਨ ਟਿਊਟੋਰਿਅਲ ਵਿੱਚ ਤੁਹਾਡਾ ਸਵਾਗਤ ਹੈ| ਇਸ ਟਿਊਟੋਰਿਅਲ ਵਿੱਚ, ਅਸੀਂ ਸਿਖਾਂਗੇ ਕਿ
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 =..
Outline: Check the conditions in a program -What are Statements. -Syntax for if and -If-else Statement -Errors
Outline: Nested if and switch statement -Nested if statement. -Switch statement. -Syntax for nested-if statement -Syntax for switch statement -break statement -Compariso..
Outline: Increment and Decrement Operators -Increment Operator --example: ++ -Postfix increment --example: a++ -Prefix increment --example: ++a -Decrement Operator ..
Outline: Arithmetic Operators -Arithmetic Operators -Addition Operator --example: a + b -Subtraction Operator --example: a - b -Multiplication Operator --example: a *..
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..
Outline: Logical Operators -And && -Or || -Not !
Outline: ਲੂਪ੍ਸ (loops) ਲੂਪ੍ਸ (loops) ਵਾਇਲ (while)ਅਤੇ ਡੂ ਵਾਇਲ(do while) ਦੀ ਸਿੰਟੈਕ੍ਸ(syntax) ਵਾਇਲ ਲੂਪ ਅਤੇ ਡੂ ਵਾਇਲ ਲੂਪ ਦੀ ਤੁਲਨਾ ਫੌਰ(for) ਲੂਪ ਦੀ ਸਿੰਟੈਕ੍ਸ ਵਿਭਿੱਨ ਐਰਰ..
Outline: ਐਰੇ -ਐਰੇ ਕੀ ਹੈ -1-D ਐਰੇ -ਐਰੇ ਨੂੰ ਡਿਕਲੇਅਰ ਕਰਨ ਲਈ ਸਿਨ੍ਤੇਕ੍ਸ(syntax) --ਉਦਾਹਰਨ: ਡਾਟਾ ਟਾਈਪ(data type) ਐਰੇ_ਦਾ_ਨਾਮ(array_name) [ਸਾਈਜ(size)]; -ਐਰੇ ਨੂੰ ਇਨ੍ਸਿਲਾਇਜ ਕਰਨ ਲਈ ਸਿਨ੍ਤ..
Outline: 2-ਡੀ ਐਰੇ ਨਾਲ ਕੰਮ ਕਰਨਾ -2-ਡੀ ਐਰੇ ਕੀ ਹਨ -ਐਰੇ ਦੀ ਰੇਂਜ| -2-ਡੀ ਐਰੇ ਨੂੰ ਡਿਕਲੇਅਰ ਕਰਨ ਲਈ ਸਿਨ੍ਤੇਕ੍ਸ(syntax) --ਉਦਾਹਰਨ: ਡਾਟਾ ਟਾਇਪ (data type) ਐਰੇ_ਦਾ_ਨਾਮ(array_name)[row(ਰੋ)][column(ਕਾ..
Outline: ਸ੍ਟ੍ਰਿੰਗ (string) ਸ੍ਟ੍ਰਿੰਗ (string) ਕੀ ਹੁਂਦੀ ਹੈ ਸ੍ਟ੍ਰਿੰਗ ਨੂ ਡਿਕਲੇਅਰ (declare) ਕਰਨੇ ਦੀ ਸਿੰਟੈਕਸ(syntax) ਸ੍ਟ੍ਰਿੰਗ ਨੂ ਇਨਿਸ਼ਅਲਾਇਜ਼(initialize) ਕਰੇਨੇ ਦੀ ਸੰਟੈਕਸ ਕੀਬੌਰਡ ਦਵਾਰਾ ਸਿੰਟੈਕਸ ਨ..
Outline: ਸ੍ਟ੍ਰਿੰਗ ਲਾਇਬਰੇਰੀ ਫੰਕਸਨ ਸ੍ਟ੍ਰਿੰਗ ਲਾਇਬਰੇਰੀ ਫੰਕਸਨ ਕੀ ਹਨ| ਸ੍ਟ੍ਰਿੰਗ ਲਾਇਬਰੇਰੀ ਫੰਕਸਨ ਦੀਆਂ ਕਿਸਮਾਂ -Strcpy -Strlen -Strcmp -Strcat
Outline: ਸਟ੍ਰਕਚਰ ਨਾਲ ਕੰਮ ਕਰਨਾ -ਜਾਨ-ਪਛਾਣ -ਸਟ੍ਰਕਚਰ ਦਾ ਸਿਨ੍ਤੇਕ੍ਸ -ਡੇਕ੍ਲਾਰੇਸ਼ਨ ਅਤੇ ਇਨਿਸ੍ਹਿਲਾਈਜੇਸ੍ਹ੍ਨ -ਸਟ੍ਰਕਚਰ ਵੇਰਿਏਬ੍ਲ ਦੀ ਡੇਕ੍ਲਾਰੇਸ਼ਨ -ਸਟ੍ਰਕਚਰ ਵੇਰਿਏਬ੍ਲ ਨੂੰ ਅਕ੍ਸੇਸ(access) ਕਰਨਾ
Outline: ਪੋਈਨਟਰ -ਜਾਨ-ਪਛਾਣ -ਪੋਈਨਟਰ ਦਾ ਸਿਨ੍ਤੇਕ੍ਸ --ਉਦਾਹਰਨ: int *iptr; -ਡਿਕ੍ਲਾਰੇਸ਼ਨ --ਉਦਾਹਰਨ: int a; (ਇੰਟੀਜਰ a) int *aptr; (ਇੰਟੀਜਰ ਨੂੰ ਪੋਈਨਟਰ *aptr) aptr = &a; (aptr ਵਿੱ..