Excellent Pedagoy! Take a simple sample; We can learn and earn an ample! 'Compare and Contrast' always gives clarity of thought ! Thanks once again. Message of 'Kai naattu': 'Naattukku vun thiramai yai kaattu !
Control string nu Peru, integer number nu system terinjika %d kupupom.. float ku %f , character ku %c, string ku %s, octal number ku %o, hexadecimal ku %x.. 👍🏼👍🏼
Do while statement explained in a simple manner. Wrote my first ever program (tough one though) and got a well done praise from you. Thank you.👍
Well done again..
Nice and clear explanation,even layman can understand easily
Thank you..
Excellent Pedagoy!
Take a simple sample;
We can learn and earn an ample!
'Compare and Contrast' always gives clarity of thought !
Thanks once again.
Message of 'Kai naattu':
'Naattukku vun thiramai yai kaattu !
Good explanation.. i was confused... But now I understood clearly... Thank u for this video!
Thank you
Excellent platform for the young aspiring students. This is the simplest way to explain the working of the "do while" loops.👍🏼👍🏼 Superb sir.
Thank you..
Wow awesome explanation about "do while statement". Thank you so much for this excellent video sir.🙏🏼
Thank you..
Well.. Explanation.. Your teaching way really good.. Happy to see this video sir... Thank you sir..
👍🏼👍🏼
simple,interactive,informative and great.
👍🏼👍🏼
Sir unmaiya super ra soluriga....plz continue ❤️❤️❤️❤️
Sure.. all the best.. happy coding..
Supera explain panringa sir....
Thank you
i was really confused with this topic but after seeing your video i understand it clearly.thank you sir
Thank you..happy coding..👍🏼👍🏼
Superb sir
The way of teaching is very easy to understand
Thank you..👍🏼👍🏼
Nalla solli tharinge
Thank you..👍🏼👍🏼
thanks sir in 2023 watching and learned well
Neega Vera level sir❤️
👍🏼👍🏼
Super explanation 😍
Thank you
sema sir,thank you so much sir
👍🏼👍🏼
Thank you so much sir
Thank you .👍🏼
Thank you sir
👍
Thank you sir💯💯💯
👍🏼👍🏼
Thank u❤️
👍🏼👍🏼
Awesome
Thank you..
Thk u sir
👍🏼👍🏼
Op bro mass sir
👍🏼👍🏼
#include
#include
int main()
{
clrscr();
int n=50236,rev=0;
do
{
rev=rev 10;
rev=rev+n%10;
n=n/10;
}while(n>=10);
printf("%d", rev);
return0;
getch();
}
Sir ethuku output sollunga
long int nu first declare paanunga.. next do loop kula, first statement enna ?? rev=rev 10
Error idhu.. what operation have you tried..
Sir ,sum of even numbers using do while loop solluga sir
int i=0, sum=0;
do
{
sum=sum+i;
i=i+2;
}
while(i
Sir function and recursion example pannunga sir❤️
Allready I have done few programs related to functions..👍🏼👍🏼
@@KaiNaatu ok sir c all topics complete panjitingala sir
Inum illa..konjam iruku
@@KaiNaatu ok sir thank
🙏
sir do you know fox pro program. pls help me
That is very old and outdated one..
100th like ❤️...
Thank you..👍🏼👍🏼
Sir
Sir do while,while,for while enga eppo la use pannalaam sir?
Sir please tell use of break, continue statement.. Thanks
Atha solirupeane video la..
@@KaiNaatu thank you sir 🙏
Do while ah a==b false but true vantha thane print aganum false agiduchu apdi irunthum printf kuduthrukurathu epdi print aguthu?
Bro ipoo purunjucha illaiya
what is meaning of %d
Control string nu Peru, integer number nu system terinjika %d kupupom.. float ku %f , character ku %c, string ku %s, octal number ku %o, hexadecimal ku %x.. 👍🏼👍🏼
Mame nee college ku sir va mame
sir super ahh explain pannenga......
Thank you👍🏼
Thank you sir🙏
👍🏼👍🏼