C  Topics :

Loop

Print Multiplication Table of n using Loop

Print Multiplication Table of n using Loop. যা শিখবো: ধাপে ধাপে ব্যাখ্যা: Step 1: ইউজার ইনপুট নেওয়া। scanf() দিয়ে ইউজার যেকোনো সংখ্যা n ইনপুট দিবে। Step 2: Loop চালিয়ে ১ থেকে ১০ পর্যন্ত গুণ করা। উদাহরণ: আউটপুট উদাহরণ: উদাহরণ ১: ব্যাখ্যা:

Read More
Print Sum of All Odd Numbers from 1 to n using Loop

Print Sum of All Odd Numbers from 1 to n using Loop. যা শিখবো: ধাপে ধাপে ব্যাখ্যা: Step 1: ইউজার ইনপুট নেওয়া scanf() দিয়ে ইউজার n পর্যন্ত ইনপুট দিবে। Step 2: Loop চালিয়ে প্রতিটি সংখ্যা চেক করা। Step 3: বিজোড় সংখ্যা হলে sum এ যোগ করা। উদাহরণ: আউটপুট উদাহরণ: উদাহরণ ১: উদাহরণ ২: ব্যাখ্যা:

Read More
Print Sum of All Numbers from 1 to n using Loop

Print Sum of All Numbers from 1 to n using Loop. যা শিখবো: ধাপে ধাপে ব্যাখ্যা: Step 1: ইউজার ইনপুট নেওয়া। scanf() দিয়ে ইউজার n ইনপুট দিবে। Step 2: sum ভেরিয়েবল ডিক্লেয়ার ও initialize করা। Step 3: Loop চালিয়ে সংখ্যা গুলো যোগ করা। উদাহরণ: আউটপুট উদাহরণ: উদাহরণ ১: উদাহরণ ২: ব্যাখ্যা:

Read More
Print Even Numbers from 1 to n using Loop

Print Even Numbers from 1 to n using Loop. যা শিখবো: ধাপে ধাপে ব্যাখ্যা: Step 1: ইউজার ইনপুট নেওয়া। scanf() দিয়ে ইউজার থেকে সর্বশেষ সংখ্যা n ইনপুট নেওয়া হবে। Step 2: Loop চালিয়ে প্রতিটি সংখ্যাকে চেক করা। Step 3: কন্ডিশন মিলে গেলে printf() দিয়ে প্রিন্ট। উদাহরণ: আউটপুট উদাহরণ: উদাহরণ ১: উদাহরণ ২: ব্যাখ্যা:

Read More
Print Alphabets from a to z using Loop Using Loop

Print Alphabets from a to z using Loop. যা শিখবো: ধাপে ধাপে ব্যাখ্যা: Step 1: Loop variable character টাইপ করা। Character টাইপের ভেরিয়েবল ব্যবহার করা হবে যেমন: char ch = 'a'; Step 2: For loop চালানো 'a' থেকে 'z' পর্যন্ত। উদাহরণ: আউটপুট উদাহরণ: আউটপুট: ব্যাখ্যা:

Read More
Print Natural Numbers from 1 to n Using Loop

Print Natural Numbers from 1 to n Using Loop/Iteration. যা শিখবো: ধাপে ধাপে ব্যাখ্যা: Step 1: ইউজার ইনপুট নেওয়া। scanf() ব্যবহার করে ইউজার থেকে n ইনপুট নেওয়া হবে। Step 2: For Loop ব্যবহার করে সংখ্যা প্রিন্ট করা। উদাহরণ: আউটপুট উদাহরণ: উদাহরণ ১: উদাহরণ ২: ব্যাখ্যা:

Read More
©2025 Linux Bangla | Developed & Maintaind by Linux Bangla.