Prime numbers between 1 to n || 30 || c programming in telugu

preview_player
Показать описание
Prime numbers c program
Рекомендации по теме
Комментарии
Автор

Thanks mam for your help i got stucked up in this prime numbers

VINCENZO_
Автор

Good explanation, easy to understand thank u mam

sandeepjerubandi
Автор

Thank you so much ma'am, your videos help me a lot :-)

ghantaharshith
Автор

Ma'am your explanation excellent. Thank you so much. For helping me.

nothing-xrsf
Автор

in video 2nd if condition is in outer loop don't get confused :
//prime number in c++
#include <bits/stdc++.h>
using namespace std;
int main()
{
int num, i, j, count=0;
cout<<"Enter the number : ";
cin>>num;

for(i=2;i<=num;i++){
count=0;
for(j=1;j<=i;j++){
if(i%j==0){
count++;
}
if(count==2){
cout<<i;
}
}

}
return 0;
}

sunkamkrishnakumar
Автор

I dont know Telugu but i understood everything 😊

siddiqkhan
Автор

Mam I did the same program in compiler but the out put is including 4 6 8 9 also if input is given as 9

samiuddin
Автор

👌 madam and make one program about the quadratic equation using if else if

venkateshnakka
Автор

Ma'am, it will be very helpful if u will explain in English..

shrushti
Автор

Madam ippudu manam 3 is the 2 3 5 ani print cheyali kadha 2 3 varake print avthundhi mam

harikamaths
Автор

Mam konchem confusing ga vundhi.. Meeru program i=2 teesukoni chepparu but i=1 teesukomani mention chesaru...

joshna
Автор

Clrscr endhuku declaration chesaru madam

SunnyShabarinath
Автор

Why only 2 tho start chayyali 1 kooda chayachu kada

muni
Автор

Madam, Can you speak in English or in Hindi, So that nontelegu people can also understand

rohinibedre
Автор

Akkada clrscr enduku use chesaro ardam kaledu

chinniveeragandham