Hello Sir, yesterday I had an interview and got selected. Totally they asked me 2 coding qns but i was able to answer one qn only. Another question they have asked me to check if a number is palindrome or not. I was able to write the code by watching your videos only sir. Really amazing explanation that too i have watched this video only once but I still remember the logic because of you sir.. Please my biggest request.. Please continue the videos sir🙏🏻
The s value in this program is used to concatenate the integer values.. the initial value assigned to s is 0.. if the last digit fetched is 4, then after substituting the logic, s=s*10+lastdigit => 0*10+4=> 4 Now if the next digit feched is 5, now the value of s becomes s=s*10+lastdigit=>4*10+5=> 45 Hope you understand the logic..please watch the manual explanation given in the video and the previous video for better understanding..👍🏼
Hello Sir, yesterday I had an interview and got selected. Totally they asked me 2 coding qns but i was able to answer one qn only. Another question they have asked me to check if a number is palindrome or not. I was able to write the code by watching your videos only sir. Really amazing explanation that too i have watched this video only once but I still remember the logic because of you sir..
Please my biggest request..
Please continue the videos sir🙏🏻
All the best
Sir please continue the classes....
Thank you sir, it is useful 👍
👍🏼👍🏼
Very helpful thanku sir
Sir how to do this program by using for loop
Thank you sir i got selected.... In tcs and prodapt
Wow superb.. all the best sujitha..❤️
Thank you sir😊
Program Rasichu Eluthuringa athoda effect engalayum Rasika vakithu❤❤
❤️
@@KaiNaatu Sir Heart shape Pattern Printing Enaku puriyala athuku program pottu explain panni upload panuga
Easy and superb method sir
Thank you
Super sir 😀❤️
Thank you..👍🏼👍🏼
what is output for a negative input sir ............eg: -789 to output =? ,what will be the output?
Superb
Thank you
thank u sir
👍🏼👍🏼
Sir s=s*10+r epdi vandhuchu nu sollunga sir plz
Athu tan logic eh.. andha logic vacha tan concatenation of numbers aagum
Sir input=2430 => output=342
Incase late degit was 0 , this method not valid sir... I'm right ??? Plz reply sir
May be u done mistake while Sum *10+ reminder please check again upto N>0
Sir enn 234.5 ya 234 nu aluthiringa
Integer na whole numbers mattum tan irukum, fraction truncate aagirum..
Sir s*10+r எழுதாம printf rem kuduthaale reverse aakume
Yeah aagum but if you want to use the reversed number?? I have told this in the video..👍🏼
Sir out put mobile ya potinga ????
Enna app sir
Coding c
"s" eda denote panudhu sir???
The s value in this program is used to concatenate the integer values.. the initial value assigned to s is 0.. if the last digit fetched is 4, then after substituting the logic,
s=s*10+lastdigit => 0*10+4=> 4
Now if the next digit feched is 5, now the value of s becomes
s=s*10+lastdigit=>4*10+5=> 45
Hope you understand the logic..please watch the manual explanation given in the video and the previous video for better understanding..👍🏼
@@KaiNaatu thk u sir
Sir i tried this logic sir...
Int n,p;
Printf("enter the n value:");
Scanf("%d",&n);
While(n>0)
{
p=n%10;
n=n/10;
Printf ("%d",p);
}
}
If input n=3456;
Reverse order=6543 and if I changed printf statement as("%d
",p) i will get each digit in separate format...Thank you sir...
Thank you sir