Operators

এই ছোট ভিডিওতে আমরা C প্রোগ্রামিং এর Operators এর একটি সংক্ষিপ্ত পরিচিতি দেখব। Arithmetic Operators এবং Operator Precedence এই ভিডিওতে আমরা C Arithmetic Operators এবং Operator Precedence বাংলায় সহজভাবে ব্যাখ্যা করেছি। CodeBlocks দিয়ে সরাসরি উদাহরণ কোড দেখানো হয়েছে যাতে সহজে বুঝা যায়। ...

#include<stdio.h>

এই ভিডিওতে আমরা C প্রোগ্রামিং এর সবচেয়ে গুরুত্বপূর্ণ দুটি ফাংশন printf() এবং scanf() সম্পর্কে জানব। ভিডিওতে যা শেখানো হয়েছে: ভিডিওতে যা শেখানো হয়েছে: #include stdio.h C প্রোগ্রামিং এ স্ট্যান্ডার্ড ইনপুট/আউটপুট ফাংশন ব্যবহার করার জন্য দরকার। printf() কিভাবে স্ক্রিনে মেসেজ বা তথ্য দেখানো যায়। সংখ্যা, স্ট্রিং বা ভেরিয়েবল আউটপুট করার উদাহরণ দেখানো হয়েছে। scanf() কিভাবে ইউজার থেকে ডেটা নেওয়া যায়। সংখ্যা বা টেক্সট ইনপুট নেওয়ার সহজ উদাহরণ দেখানো হয়েছে। প্র্যাকটিক্যাল উদাহরণ – একটি ছোট প্রোগ্রাম যেখানে ব্যবহারকারী তার বয়স ইনপুট করবে এবং আমরা স্ক্রিনে দেখাবো।

scanf দিয়ে Input নেওয়া

scanf ব্যবহার করে কিভাবে বিভিন্ন ধরনের input নিতে হয় – যেমন integer, float, character, আর string (char array)। পুরো ভিডিওটি বাংলায় ব্যাখ্যা করা হয়েছে, যাতে নতুনরা সহজে বুঝতে পারে। What you’ll learn in this video: Understanding the problem and analyzing the question Taking integer input in C Taking float input in C Taking char input in C Reading strings / char arrays Combining multiple inputs in one program Handling special cases in printing Practice exercises to reinforce learning ভাষায় input নেওয়ার basic থেকে শুরু করে multiple input handling পর্যন্ত clear idea পাবেন।

Variables, Constants & printf Format Specifiers

ভেরিয়েবল, কনস্ট্যান্ট এবং printf ফরম্যাট স্পেসিফায়ার নিয়ে। এই ভিডিওটি বিশেষভাবে বাংলা ভাষাভাষী শিক্ষার্থীদের জন্য তৈরি। What you’ll learn in this video: কিভাবে ভেরিয়েবল ডিক্লেয়ার এবং ইনিশিয়ালাইজ করা যায় কোন নামগুলো ভেরিয়েবলের জন্য গ্রহণযোগ্য int, float, double, long double ডেটা টাইপের পার্থক্য printf ফরম্যাট স্পেসিফায়ার ব্যবহার করে আউটপুট প্রদর্শন কনস্ট্যান্ট এবং const কীভাবে ব্যবহার করবেন ভেরিয়েবলে মান পুনরায় বরাদ্দ (reassign) করার নিয়ম

C Variable Define & Naming Rules

এই ভিডিওতে আমরা শিখব C Programming এ কিভাবে Variable Define করতে হয় এবং Naming Rules বা ভ্যারিয়েবলের নামকরণের নিয়মগুলো। What you’ll learn in this video: Variable কীভাবে কাজ করে Variable Define করার নিয়ম Naming Rules (কোন নামগুলো ব্যবহার করা যাবে, কোনগুলো যাবে না) Common ভুল এবং সেগুলো কিভাবে এড়ানো যায়

DataType Selection in C | ডেটা টাইপের মূল ধারণা

কম্পিউটারের মেমোরিতে সব কিছু 0 ও 1 হিসেবে সংরক্ষিত থাকে, তবে আমাদের কেন ডেটা টাইপ নির্বাচন করতে হয়? What you’ll learn in this video: What a data type is and why it’s important Basic C data types: char, int, float, double How to choose the right data type for different values Differences between char, string, and decimal numbers Simple practical examples explained clearly

কেন শুধু Double ব্যবহার করবো না? Data Types, Memory, Float vs Double

এই ভিডিওতে আমরা আলোচনা করবো C Programming Language-এ Data Types নিয়ে। 💻 বিশেষ করে Char, Int, Float, Double কিভাবে কম্পিউটার মেমোরিতে store হয়, তাদের range, precision, bit-size এবং signed vs unsigned কিভাবে কাজ করে সেটা দেখানো হয়েছে। What you’ll learn in this video: Memory & Binary Representation (0 & 1 দিয়ে কিভাবে ডাটা রাখা হয়) Char এর ASCII Value (উদাহরণ: ‘H’, ‘5’) Integer (short, int, long) এর range & storage Float vs Double → precision, bit structure (sign, exponent, mantissa) কেন শুধু Double use করলে সমস্যা হয়? (hardware limitation, efficiency, performance) Long Double & Special Cases Embedded/IoT Device এ Data Type Selection

Main File & Main Function Explained

This metaphor will help you understand programming concepts more easily and remember them better. What you’ll learn in this video: How to compare a project folder with house land Why main.c works like the main gate of a program How the main function is like the first room you enter Key features of C files (.c extension) Importance of #include [stdio.h], int main(), and return 0;

Installing Code::Blocks in Linux mint

Learn how to install and set up Code::Blocks for C programming in Linux— perfect for beginners! We’ll also cover how to fix the “GNU GCC Compiler Missing” problem and create your first C project. Clean visuals, smooth animations, and easy-to-follow explanations.

Installing Code::Blocks

Learn how to install and set up Code::Blocks for C programming in Windows— perfect for beginners! 📥 Download Code::Blocks: Official Website Timestamps (click to expand) Timestamps 00:00 – Intro 00:18 – Search & Download from official website 02:10 – Alternative download method 02:41 – Install Code::Blocks 05:25 – FIX “GNU GCC Compiler Missing” 06:00 – Create new project 08:15 – Workspace overview 09:05 – Run project 12:15 – Open projects from recent list 12:56 – Open project with “Open” option 13:50 – Directly open from File Explorer 14:07 – Close project 14:37 – Clean & minimal look 16:41 – Outro What You’ll Learn How to download and install Code::Blocks Fix missing GNU GCC compiler issue Create your first C project Navigate the Code::Blocks workspace Opening, running, and managing projects