HTML Introduction Tutorial
9:02
10 жыл бұрын
Пікірлер
@shrastijat9167
@shrastijat9167 Ай бұрын
For which class it was? 😅😅😅
@whiteought1981
@whiteought1981 3 ай бұрын
thank you king
@lamaspacos
@lamaspacos 9 ай бұрын
NOT advanced.
@GauravKumar-tb1cn
@GauravKumar-tb1cn 10 ай бұрын
but in divide there is factorial of 3 or 4 or 5 but you are only taking 3 4 or 5 in denominator and adding in ans . i have not understood this part for exmple i=3 , numerator will be x*x*x but in denominator i=3 so x^3/3 there is but actually it should be x^3/3! 3 and 3! both are diff thing
@human1143
@human1143 Жыл бұрын
I can't thank you enough my friend .... i'm studying in Russia and i hade this question in the class , the teacher tried to explain it to us but i did not understand the logic behind it nor the language (because i'm a forigner ) , but now it is clear .... thank you so much again and keep going ❤
@vaishu23_3
@vaishu23_3 Жыл бұрын
Thank you bhaiya 🎉
@GulSher-v5c
@GulSher-v5c Жыл бұрын
@annsprincess3944
@annsprincess3944 Жыл бұрын
what does accuracy takes place in here?
@анонимный-е1в
@анонимный-е1в Жыл бұрын
Tysm 🛐
@anandpranav6396
@anandpranav6396 Жыл бұрын
sir what changes should we make for sinx in this program apart from initialising ans =0 and temp =1.
@kallaalekhya8574
@kallaalekhya8574 2 жыл бұрын
Why are we taking the power of x in float,why not in ok int?
@vivekgautam5712
@vivekgautam5712 2 жыл бұрын
nice
@funtoc5
@funtoc5 2 жыл бұрын
int i,j,number,px,py; setbuf(stdout,NULL); printf("enter the number"); scanf("%d",&number); px=number; py=number; for(i=1;i<=number;i++){ for(j=1;j<number*2;j++){ if(j>px && j<py){ printf("*"); }else{ printf(" "); } } printf(" "); px--; py++; } for(i=1;i<=number;i++){ for(j=1;j<number*2;j++){ if(j>px && j<py){ printf("*"); }else{ printf(" "); } } printf(" "); px++; py--; } its correct ?
@santanusaha3762
@santanusaha3762 2 жыл бұрын
Why you used “acc=4” Please tell me
@basithabdul7491
@basithabdul7491 2 жыл бұрын
Bro algorithm for this program bro
@sanjaybhatt898
@sanjaybhatt898 2 жыл бұрын
The code has an error and warning.so please tell me suggest for run program?
@aadyasharma850
@aadyasharma850 2 жыл бұрын
Sir very best explanation
@SantiagoRodriguez-pk9ys
@SantiagoRodriguez-pk9ys 2 жыл бұрын
los amo los únicos en KZbin que me pudieron ayudar las mejores perritos 😁😁👍👍👍👍
@peacengondi5527
@peacengondi5527 2 жыл бұрын
Pattern ********* _******** __******* ___****** ____***** _____**** ______*** _______** ________* this code
@stacyhackney6100
@stacyhackney6100 2 жыл бұрын
Thank you
@sondidu
@sondidu 2 жыл бұрын
thanks a lot man, other videos just show you how to do it but never really tell us why is that, in this video you just told us why and now I understand, thanks so much
@naziaali642
@naziaali642 2 жыл бұрын
Yr the screen is so blur
@anilkumarkarri3978
@anilkumarkarri3978 3 жыл бұрын
Well said sir....
@umargul5644
@umargul5644 3 жыл бұрын
Well done 👏 ✔ 👍 👌 😀 🙌 👏 ✔
@anirbanghosh5555
@anirbanghosh5555 3 жыл бұрын
amazing
@Shailendrakumar-ge5cf
@Shailendrakumar-ge5cf 3 жыл бұрын
can you use dark background pls
@dynamo-_-5962
@dynamo-_-5962 3 жыл бұрын
Just passed my lab test because of this! A hero 👑
@zxcvbnm3017
@zxcvbnm3017 3 жыл бұрын
How to display page on right side of the links by click on each link
@shubhendubanerjee7179
@shubhendubanerjee7179 3 жыл бұрын
You can also watch: kzbin.info/www/bejne/oYLWg5WfpNGafdE
@sukhmanjotkaur3698
@sukhmanjotkaur3698 3 жыл бұрын
👍👍
@Pi-zx3xo
@Pi-zx3xo 3 жыл бұрын
But why did you write temp=(temp *power)/I ...like if I want to find e^2 ..in reality it is equal to 1+2/1+4/2+ 8/(3×2) +16/(4×3×2) and so on..but according to this code, it would be 1+2/1+4/2+ 8/3...I mean there's no factorial below..rather it would be temp= temp*(power/i).
@adnanemezrag3809
@adnanemezrag3809 2 жыл бұрын
same question that is weird
@vakhariyajay2224
@vakhariyajay2224 3 жыл бұрын
Thank you very much 👍👍🔝🔝
@ramonpaulocaumban39
@ramonpaulocaumban39 3 жыл бұрын
it really works!
@shwetawarghat9573
@shwetawarghat9573 3 жыл бұрын
How to write a program for same problem but using function for factorial?
@nidhimaniyar8783
@nidhimaniyar8783 3 жыл бұрын
.
@akashchaurasia1987
@akashchaurasia1987 3 жыл бұрын
Sir please make a program on this question also- Write a program to take an integet and a floating number ,find quotiont and remainder of an integer using division of 3 and multiply floating number by 4 .Print the number quotiont and remainder, product of floating point number or the arguement of a function
@shwethasuresh3702
@shwethasuresh3702 3 жыл бұрын
1 2 3 4 5 6 7 8 9 10 11 12 13 could you help with this
@soustavnandy3043
@soustavnandy3043 3 жыл бұрын
Bad
@shreyapani3845
@shreyapani3845 3 жыл бұрын
Can you do pattern printing with numbers?
@MahaLakshmi-sk1fk
@MahaLakshmi-sk1fk 3 жыл бұрын
thank you sir .I can understand the logic clearly only from your video.
@arnabdutta4662
@arnabdutta4662 3 жыл бұрын
line no. 10 will be - for( i = 1 ; i < n ; i++ ) { because if we do <= then we are iterating one more than what we want Thanks me later :)
@mitsuhagd
@mitsuhagd 2 жыл бұрын
Can u explain
@historyinworld2325
@historyinworld2325 3 жыл бұрын
Your one click can change my whole life 🙏😭🙏🙏🏿😭🙏🙏😭🙏🙏😭🙏🙏😭
@sauryakhadka9380
@sauryakhadka9380 3 жыл бұрын
well explained
@manishm5174
@manishm5174 3 жыл бұрын
Love you bro, thank you
@cs060_priyanshusahu9
@cs060_priyanshusahu9 3 жыл бұрын
Osmm video very helpful ❤️
@hasibrahman1360
@hasibrahman1360 3 жыл бұрын
That's the exact tutorial that i was looking for ............ awsome
@hasibrahman1360
@hasibrahman1360 3 жыл бұрын
That's the exact tutorial that i was looking for ............ awsome
@zombiestrange6475
@zombiestrange6475 3 жыл бұрын
I was looking for this, Thank you for the explanation!!
@saklinsk4618
@saklinsk4618 3 жыл бұрын
Thank you sir. :)) #include <stdio.h> void main() { int row_number, element_number, row, space; printf("Enter the number of row : "); scanf("%d",&row); // outter loop for number of row for (row_number = 1; row_number <= row; row_number++) { for ( space = 1; space <= (row - row_number); space++) printf("\t"); for (element_number = 1; element_number <= row_number; element_number++) printf("%d\t\t",element_number); printf(" "); } }
@Ralhirastogi
@Ralhirastogi 3 жыл бұрын
Thanks from future (2021)