C Program to find Factorial of a number in Tamil
HTML-код
- Опубликовано: 4 фев 2025
- #factorialofanumberintamil
#factorialprograminc
#cpracticalprogramsintamil
In this video , I explained how to write a C Program to find a factorial of a number in tamil . I hope you enjoyed this video . If you have any doubts regarding this video , feel free to post all your doubts in the comments section . SHARE THIS VIDEO WITH YOUR FRIENDS . Thanks for watching . Learn Programming at ease
Supera explain pandringa..
Thank u brother, ur explanation is good.
Glad you liked it
Thanks bro 😊👍
Super ma 💯👍👌
Thank you so much bro ❤
Lovely boss
Bro ennoda coaching centre la factorial topic la reverse sa multiply panna sonnaga
For e.g: 3!: 3*2*1=6
Rendume correct thaan 😊 2*3 = 3*2 = 6
Thank you Anna 🫂
Spr bro
bro ,,do u know i am from bangladesh.And i don't understand what r u saying .😌😌i mean i don't know your language.And i am only 15 years old but i want to learn this c program........... from( Sayma )😁
Tamil 😅
Anna neenga use pandra compiler link send pandringla
Dev C++
Thank u bro
Hii bro
I am from Ullas young achievers
Can u help me on how to properly type c++ coding please bro
S pa. Sure. Don't think the languages. Understand the logic and approach. It will be very easy 😎 . In 12th , you have python as a programming language. So you will face many programming languages but one thing is same that is concept. Don't forget the method, for example in C++ , you have output object cout
@@CONQUERVICTORY okk bro
Hi
@@sargunasargunasargunasargu2035 hii
Bro 6 nu kututha enakku 3 print aganum bro adukku enna panradu
#include
#include
{
long int fact(int k)
if(k=0)
return 1;
else
return k* fact(k-1);
}
void main()
{
int n;
clrscr();
printf("
\t\t FACTORIAL");
printf("
\t\t ***********");
printf("
Enter a number:");
scanf("%d", &n);
printf("
Factorial value=%d", fact(n));
getch();
}
Factorial value epdi increase ஆகுது?
i++
Internet la
உள்ளது போல்
Coding எடுத்து
Execute பண்ணுங்க plz.👐
Example ku 120 nu kututha enakku 5 print aganum
Athuku Namma kaiyala thaan eluthanum
@@sivasakthiv6281 😂😂
Bro scanf vaagi poduga enter num nu 5 kuduga
#include
int main() {
int fact=1;
int num=0;
printf("enter a number: ");
scanf("%d",&num);
for(int i=num;i>0;i-1)
{
fact*=i ;
}
printf("%d",fact);
}
i did this , thee reverse method like 3!=3*2*1 but code run aga matingidhu i cant find the error too ...please help me
Hii pa..
Error yenga na loop updation la thaan
i-1 nu poda koodathu
Neenga indha rendu podalam adhuku badhila...
1. i--
2. i=i-1
@@CONQUERVICTORY ok na thanks ....although the video is 2 years back , you replied to me thanks a lot bro
No problem bro..any doubts feel free to ask
@@CONQUERVICTORY forsure
thanks bro
Thank you bro
Thanks bro
No problem