Search Tutorials
This tutorial series is created using BOSS Linux 3.4.2 on BOSS Linux 3.4.2. BOSS (Bharat Operating System Solutions) GNU/Linux distribution developed by C-DAC (Centre for Development of Advanced Computing) derived from Debian for enhancing the use of Free/ Open Source Software throughout India. BOSS GNU/Linux Version 5.0 is coupled with GNOME Desktop Environment with wide Indian language support & packages, relevant for use in the Government domain. Currently BOSS GNU/Linux Desktop is available in all the Official Indian Languages such as Assamese, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Oriya, Punjabi, Sanskrit, Tamil, Telugu, Bodo, Urdu, Kashmiri, Maithili, Konkani, Manipuri which will enable the mainly non-English literate users in the country Read more
Foss : BOSS Linux - Tamil
Outline: sed command sed sedஐ பயன்படுத்தி print செய்தல் Line Addressing Context Addressing
Intermediate

Foss : BOSS Linux - Tamil
Outline: sed command பற்றி மேலும் அறிதல் ஒன்றிற்கு பதிலாக மற்றொன்று வைத்தல் சேர்த்தல் நீக்குதல்
Intermediate

Foss : BOSS Linux - Tamil
Outline: awkன் அடிப்படை awkன் முதனிலை ஏற்பாடுகள் தேர்ந்தெடுப்பின் அடிப்படை நடவடிக்கை Format செய்யப்பட்டprinting- printf Fieldகள், மற்றும்-..
Intermediate

Foss : C and Cpp - Assamese
Outline: Outline: ১)প্ৰথম C প্ৰোগ্ৰাম -হেদাৰ ফাইল্চ(Header Files) --উদাহৰণ : #include <stdio.h> -main() -মাজু বন্ধনী (Curly braces) -printf() -চেমিক’লন ;(semicolon) ; -C প্ৰোগ্ৰাম ..
Basic

Foss : C and Cpp - Assamese
Outline: Outline: প্ৰথম C++ প্ৰোগ্ৰাম -হেদাৰ ফাইল(header file) --উদাহৰণ: #include <iostream> -main() -মাজু বন্ধনী (Curly braces) -cout<< -চেমিক’লন ; ( semicolon) -C++ প্ৰোগ্ৰাম এট..
Basic

6.Tokens
Foss : C and Cpp - Assamese
Outline: Outline: ৩)C আৰু C++ ৰ টোকেন -দাতা টাইপচ(Data types) কনচটেন্টচ( Constants),আইদেন্তিফায়াৰচ(Identifiers) -কীৱৰ্ডচ(keywords) --উদাহৰণ: if, break, else -কনচটেন্টচ( Constants) -দা..
Basic

Foss : C and Cpp - Assamese
Outline: Outline: ফাংচনচ(Functions) -ফাংচন কি -ফাংচন(function)ঘোষণা(declaration) কৰাৰ গাঠনি (Syntax) -ফাংচন ওইথ আৰগুমেন্টচ(Function with arguments) --উদাহৰণ: return-type function-name..
Basic

Foss : C and Cpp - Assamese
Outline: Outline: ভেৰিয়েবলৰ পৰিসৰ (Scope of Variables) -পৰিচয় (Introduction) -ভেৰিয়েবল(variable) এটা ঘোষণা(declaring) কৰাৰ গাঠনি (Syntax) --উদাহৰণ: data-type var-name; -ভেৰিয়েবল(varia..
Basic

Foss : C and Cpp - Assamese
Outline: 1. কন্ডিচনেল ষ্টেতমেন্ত আউতলাইন (Conditional statements Outline): এটা প্ৰোগ্ৰামত চৰ্ত সমূহ পৰীক্ষা কৰা (Check the conditions in a program) ষ্টেতমেন্ত বিলাক কি হয় (What are Statem..
Basic

Foss : C and Cpp - Assamese
Outline: নেষ্টেদ ইফ(nested-if) & চুইত্চ ষ্টেটমেন্ত(switch statement)আউতলাইন(Outline): নেষ্টেদ ইফ ষ্টেটমেন্ত (Nested if statement) চুইত্চ ষ্টেটমেন্ত(Switch statement) নেষ্টেদ ইফ ষ্টেটমেন..
Basic

Foss : C and Cpp - Assamese
Outline: ইনক্ৰিমেন্ত এন্ড ডিক্ৰিমেন্ত অপাৰেতৰ(Increment and Decrement Operators)আউতলাইন(Outline): ইনক্ৰিমেন্ত অপাৰেতৰ (Increment Operator) উদাহৰণ: ++(example: ++) পষ্টফিক্স ইনক্ৰিমেন্ত (..
Basic

Foss : C and Cpp - Assamese
Outline: আৰিথমেটিক অপাৰেতৰচ (Arithmetic Operators)আউতলাইন(Outline): আৰিথমেটিক অপাৰেতৰচ (Arithmetic Operators) এদিচন অপাৰেতৰ(Addition Operator) উদাহৰণ: a + b(example: a + b) ছাবৰ্ষ্টেকত্..
Basic

Foss : C and Cpp - Assamese
Outline: ৰিলেচনেল অপাৰেতৰচ(Relational Operators)আউতলাইন(Outline): দাব’ল ইকুৱেল তু (Double Equal to) উদাহৰণ: a == b(example: a == b) নট ইকুৱেল তু (Not equal to) উদাহৰণ: a != b(example: ..
Basic

Foss : C and Cpp - Assamese
Outline: ল’জিকেল অপাৰেতৰচ (Logical Operators)আউতলাইন(Outline): এন্ড && (And &&) অৰ || (Or ||) নট ! (Not !)
Basic

15.Loops
Foss : C and Cpp - Assamese
Outline: লোপচ (Loops) -লোপচ (Loops) -হোৱাইল লোপ আৰু ডু-হোৱাইল লোপৰ বাবে গাঠণি (Syntax for while and do-while loop) -হোৱাইল আৰু ডু-হোৱাইল লোপৰ তুলনা (Comparison of while and do-while l..
Intermediate

16.Arrays
Foss : C and Cpp - Assamese
Outline: এৰে’জ (Arrays) -এৰে’জ কি হয় (What are arrays) -1-D এৰে’জ (Arrays) -এৰে’জৰ ডিক্লেয়াৰেচনৰ বাবে গাঠণি (Syntax for Declaration of arrays) --উদাহৰণ: data type(দাতা টাইপ) array(এ..
Intermediate

Foss : C and Cpp - Assamese
Outline: 2-D এৰে’জৰ সৈতে কামকৰা (Working with 2-D Arrays ) -2-D এৰে’জ কি হয় (What are 2-D Arrays) -এৰে’জৰ পৰিসৰ (Range of arrays) -2-D এৰে’জৰ ডিক্লেয়াৰেচনৰ বাবে গাঠণি (Syntax for Decla..
Intermediate

18.Strings
Foss : C and Cpp - Assamese
Outline: ষ্ট্ৰিংচ (Strings) -ষ্ট্ৰিং এটা কি হয় (What is a string) -ষ্ট্ৰিং এটা ডিক্লেয়াৰ কৰাৰ বাবে গাঠণি (Syntax for declaring a string) -ষ্ট্ৰিং এটা প্ৰাৰম্ভণ কৰাৰ বাবে গাঠণি (Syntax..
Intermediate

Foss : C and Cpp - Assamese
Outline: ষ্ট্ৰিং লাইব্ৰেৰী ফাংচনচ (String Library Functions) ষ্ট্ৰিং লাইব্ৰেৰী ফাংচনচ কি হয় (What are string library functions) ষ্ট্ৰিং লাইব্ৰেৰী ফাংচনচৰ প্ৰকাৰ (Types of string library..
Intermediate

Foss : C and Cpp - Assamese
Outline: ষ্ট্ৰাকচাৰচৰ সৈতে কামকৰা (Working with Structures) -পৰিচয় (Introduction) -ষ্ট্ৰাকচাৰচৰ গাঠণি (Syntax of structures) -ডিক্লেয়াৰেচন আৰু প্ৰাৰম্ভণ (Declaration and initializatio..
Advanced
