Please explain in tamil alsoo sir... Because some students are studied previous in tamil... My heartly request sir❤️👍🏻.... But ur teaching is very useful for me... 😌🙏Thx ur explanation
thank you sir,super explanation, I have a question input no : 9765 sum = 9+7+6+5=27 further output sum 2+7=9 I mean to say that , I wanna add till get one single digit , how to solve this type of problem sir , plz reply
sir i performed this program in online c compiler ,no errors ,no warnings but the output is getting wrong what was the reason sir do you have any idea plz respond sir
hi ram thanks very much thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
hi praveen a mod b is a if a < b if a > b then remainder of a/b will be the result. hope your doubt has been clarified. thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
Hey, this is what we used in class. #include int main(void) { int n, sum = 0; printf("This program sums a series of integers. "); printf("Enter integers (0 to terminate): "); scanf("%d", &n); while (n != 0) { sum += n; scanf("%d", &n); } printf("The sum is: %d ", sum); return 0; }
hi k j this is the program to find sum of natural numbers. i have uploaded the program to find sum of individual digits of given number like 123 = 1+2+3 = 6.
hi sarili thanks for your suggestion and i have noticed the same thing and you can observe the change in my next videos. thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
My college sir said this problem nobody can understand but I watched this video only one time I understand that easily wow 😮 superb sir
Nice profile picture!
😂😂
Which college u r
Mallareddy
Every student deserve a Teacher like you Excellent explanation.
Thanks for sharing knowledge and putting energy and patience, I indebted you always
Oh! Thank you so much. Finally I got it!
hi Rajib
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
Awesome... explanation
Wow nice one 😍😍😍😎
really understand this simple logic..... Thanks to u.....
Hi
Thank you very much for your support towards our channel share our channel with your friends and keep following our channel
This is really helpful. I looked into many others tutorials but it was confusing. Thank you very much :D
Thanks a lot sir !
was really helpful sirr, specially the last part where you explained the functioning of the loop with an input example
Thank you sir . I have clarified my doubts from your explanation.
This video saved me.....thank you very much sir
Super explanation sir thank you
U saved my life in my practical exam.
Keep on going sir very nice explanation make more videos on c programing
Thank you so much for very easy understanding...
Thank you Anna..... your get a good job...and also good explanation
Thank you and respect
Sir LIKE👍👍👍👍👍
hi madhu
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
Can u add the algorithm and flowchart
such an easy explanation,did well sir!
Thank you very much sir
Thank you sir...I got it..!!!👍👌💐
hi
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
Yep! :)
Thanks man 👍🏼
This video is helpful for me 👍👍👍Sir may i get iteration for perfect number, Armstrong number
Hi
Thank you for your support towards our channel share our channel with your friends and keep following our channel.
Hats off to you sir
superb sir
Please explain in tamil alsoo sir... Because some students are studied previous in tamil... My heartly request sir❤️👍🏻.... But ur teaching is very useful for me... 😌🙏Thx ur explanation
Super ga cheparu sir
Excellent sir👏👏👏👏
It's very useful
Thx so much it helped alot!!!!
Thank you very much
Tank you sir😃😃
thank you sir,super explanation,
I have a question
input no : 9765
sum = 9+7+6+5=27
further output sum
2+7=9
I mean to say that , I wanna add till get one single digit , how to solve this type of problem sir , plz reply
😍😍 awaresome sir
Thank you sir🙏🏻❤️
Thank U sir..🙏🙏🙏
Very useful for me
Tnq so much sir
'' Good'' - Sir Denish Richie
Sir please tell me what to include in the same program if we want o/p as sum of digits is 1+2+3=6.
Super sir✌🏼
1÷10 remainder one how plz clarify doubt
👍🙏
can you start from the basics sir
awsome sir
hi surya
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
please try to take another language it will helpfull to user and make a lot of subscription tooo like cpp, java kind obligation sir
Sir, There is not initialization for the variable r .What can be the value sir?
Thanks..
sir what should i do if i take 189 then again two digits will come
can it be slove with for loop?
Yes try for (i=1;n>0;i++)
In this programme the values of results of N, R are not consider after the decimal point
yeah it's because we didn't take the float datatype
Why we are taking only n>0 and why can't we take n>=0
Good sir but first lo 123 u said 133
Super sir
Hey there! Can you please let me know that how we can check that the number is odd negative ?
Waiting to hear from you soon.
If remainder is 0 it's even
Else odd
Thank you sir
Thank you so so much sir...
sir i performed this program in online c compiler ,no errors ,no warnings but the output is getting wrong what was the reason sir do you have any idea plz respond sir
Sir please tell about files concept ,strings and pointers
I give 100 likes
hi ram
thanks very much
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
Sir ,when we excutig this program showing return type defaults
Sir thank you so much sir ..
Super
hi ram
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
Sir u r videos r good but taking n th term in the program
Explain more detail so that poor student can understand
It's only working for me till 5 digit, for more then 5 digits it posts 0
Sir why 10 is used
Sir -123= -6 ravalante
how 1 modulo 10 is 1...pls clear my doubt
hi praveen
a mod b is a if a < b
if a > b then
remainder of a/b will be the result.
hope your doubt has been clarified.
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
Why using 10 (i.e)n=n%10
Sir if the input is 12345670123 then the remaining number 123 how to add it sir?
Tnx sir
Hey, this is what we used in class.
#include
int main(void)
{
int n, sum = 0;
printf("This program sums a series of integers.
");
printf("Enter integers (0 to terminate): ");
scanf("%d", &n);
while (n != 0) {
sum += n;
scanf("%d", &n);
}
printf("The sum is: %d
", sum);
return 0;
}
instead of the int n declaration my teacher used long n, can you make a video? Thx
hi k j
this is the program to find sum of natural numbers.
i have uploaded the program to find sum of individual digits of given number like 123 = 1+2+3 = 6.
I need a logic
In a given number I need the sum of middle two numbers
Thats tgh
Any classes teaching in online classes sir
hi srinivas
no online classes but will upload every subject.
sir please dont update the order of the vidoes now
I will give numbering to all the videos so that it would be easy for you. Other than this I will not do any changes
@@sundeepsaradhi thankyou sir
Same problem
@@sundeepsaradhi SIR 1%10 = 1.How is it Sir ?
1%10 rem=0 kadha
lighting is very bad
not clear
hi sarili
thanks for your suggestion and i have noticed the same thing and you can observe the change in my next videos.
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
sir, 1234 individual number sum
Where do we increment pls help sir
Hi, here the loop is repeated based on 'n' value so increment is not required.
REMOVE TENTH DIGIT PROGRAM HOW TO SOLVE IT SIR
How 1%10=1 it's 0.
Super
Super