C programming Bangla Tutorial 5.170 : Array | Searching a number (Linear search)

preview_player
Показать описание
All C programming videos:
Рекомендации по теме
Комментарии
Автор

ক্লাসে এইগুলো মাথার উপ্রে দিয়া যায়। কিন্তু এখন একদম ইজিলি বুঝতে পারলাম।
ধন্যবাদ স্যার। 😊

Binary search এর ভিডিও চাই।

ridwanulhoquejr
Автор

Apnar onek class korechi vai, , sotti e admirable

sensurjo
Автор

joss bhai i wanted something like thise for my cse course..thnx for everything bhai.

u r the first person who gave me interest in programming.
before that i had no interest in programming.


u taught me that that seems uninteresting to one can be turned into a interesting topic if one learns it through proper teaching and guideline and in a well prepared interesting manner.
i am student of KUET and my respectable teachers couldnot get me interested in programming but u did thanks.

fardeenislam
Автор

Sir data structure er upor class nile khub valo hoto😍

priashborman
Автор

Sir kindly data structure er vedio den.dile onek upokar hoto.

prodiptichakrabortymoni
Автор

array er r o problem solution er vedio dile valo hy..

kamruzzaman
Автор

you are fine teacher, , but you didnt make data structure and algorithm video, , i hope, you will make these videos...thank you
Anisul Islam sir

tariqulislamrakesh
Автор

vaia data structure niye apner video ase???? please janaben!!
apner video gulo onek helpfull

bushrabinterahman
Автор

sir,
It will be very helpful if you make a video series on data structure.

shihanalam
Автор

vaiya ami apnar sob video dekhi but apni jodi aktu slow motion program gulo korten r jodi akbar totally korar por abr akbar jodi repeat korten tahole akdom clearly bujte partam vaiya.

rokymahmud
Автор

Sir please make a video on bubble sort and binary search

julfikerhossain
Автор

Sir please make a video about sorting (Bubble sort)

MdtanvirAhmedChowdhury
Автор

স্যার ডাটা স্টাকচার নিয়ে ক্লাস বের করলে অনেক উপকার হত

mahmudulhasansarkar
Автор

Sir zodi akta number 2 ta position e thake r ami 2 ta position e bahir korte chae tahole kivabe korbo?

Learnwith-Practical
Автор

data structure niye video upload korsilen? khuje paina apnr channel e

penciljourney
Автор

Sir data structure er video gula banai upload koren na khub valo hoi...ami c programming kicchu jantam na akhn Nijeke khub valo monehoi...

pankajsarkar
Автор

Vaiya Data structure and algorithm er video banaben kindly

sarminislam
Автор

Data structure er sob gula video den..plz vaiya

jamilabegum
Автор

Sir, ai code ta eivabe correct hobe..?

#include<stdio.h>
int main()
{
int a[]={2, 5, 4, 6, 7, 9};
int value, i, j=0;
printf("Enter the search value: ");
scanf("%d", &value);

for(i=0;i<6;i++){
if(value==a[i]){
j++;
break;
}
}
if(j==0){
printf("The search item is not found");
}
else
printf("The search item is found at position %d", j);
}

rashelhossain
Автор

Sir there is anu videos about binary search?

ArtisticAroni