C Program To Print Prime Numbers In A Given Range

preview_player
Показать описание
Prime numbers in given range is a very important topic. C program to print prime numbers in given range is a very frequently asked question and here I am with a video explaining the same!

Best Hindi Videos For Learning Programming:

►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -

►Django Complete Course In Hindi -

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

Is playlist mei next video kya banau? Please suggest me some C practice program topics?
Instagram: instagram.com/codewithharry

CodeWithHarry
Автор

You are the most influential person I know in my whole CS career..

inspired_enough_to_grow_up
Автор

Roses are red
Errors are too
I got my first like
Wait why is it blue?

aerospacebriefcase
Автор

Haary bhai.

You are so intelligent.
As per your knowledge you should work in Facebook, Microsoft, Google and Amazon.

Thanks for making this type of great videos.

pratiksalunke
Автор

Tum 10million subscribers jroor deserve karte ho Harry bhai ❤️

nishantsingh
Автор

Thanks for make videos through this videos It help me in my study

meetsaroliya
Автор

first sir and your videos are the best i always learn a lot from them

ismailsultan
Автор

You are the lifeline in our the whole clg Carrer 🥺💗

Kp-slwd
Автор

harry sir mera logic baar baar maar kha jaata hai pr ab maja aa gaya!!!! ab laga na ghusand garda uda diya prime number ka :)

vivekkumarshresth
Автор

YAAR HARRY BHAI...MATLAB MAZAA AA GYAA...🔥🔥🔥🔥...AAG LAGA DETE HO AAP HAR BAAR...!!!

jainamchheda
Автор

Bhai o harry bhai maza aa gya
Thanks bro 👍

zainyzainy
Автор

Harry sir I like ur videos so much and it is very helpfull thanku

swapnillawande
Автор

Happy independence day harry bhaiya🇮🇳🇮🇳

algocoholic
Автор

Could you please make a video of C++ program on how to print the PRODUCT upto N number, similar to printing addition from 1 to N ?

dushyantvyas
Автор

Hello Sir,
I need your Pycharm Settings that you used in your tkinter series (Example, from, import, def keyword statements are in blue foreground)
Pls reply...

mudraclasses
Автор

My hero is harry bhai ❤ bhai apki playlist bhout achi ha or mai us par roj video watch karta hoo please reply me harry bhai 😉

Muhammad_Rayyan
Автор

Sir I suggest, you can make videos on nested loops programs. I mean more than 2 nested loops.

ManishSharma-fivr
Автор

there is a problem with (i-1)/2 because this only prints correct for odd numbers and if we replace that with (i-1)/2 +1 then the problem will be resolved ;

salmanmohammed
Автор

Guys for n= 1 it returns 1
So to correct that
int isPrime(int n)
{ if(n==1)
{
return 0;
}
for(int i=2; i*i<=n;i++)
{
if(n%i==0)
{
return 0;
}
}
return 1;
}

patalamrithish
Автор

Harry bhai python main DS algo ka ek course ho jaata toh bahot help hoti, for those wanting to start in ML

thanks bhai love your videos

shch