C Practical and Assignment Programs-Armstrong Numbers

  Рет қаралды 51,912

We The Computer Guys

We The Computer Guys

Күн бұрын

Пікірлер: 32
@wethecomputerguys9903
@wethecomputerguys9903 10 жыл бұрын
@suganya sugi This program is generic ie it can find if the number is Armstrong for 3 digit or even 6 digit. But if you have fixed to a 3 digit number then you don't require loop. Hope this clears your doubt.
@mynameisearlb
@mynameisearlb 3 жыл бұрын
Awesome, thank you for explaining everything so quickly and speeding up the video.
@SmartProgramming
@SmartProgramming 6 жыл бұрын
great sir, very well explained 👍👍
@sachindotel6005
@sachindotel6005 8 жыл бұрын
correct me if i'm wrong but i think this only works on 3 digit numbers right ?
@JayTailor45
@JayTailor45 9 жыл бұрын
What is that compiler you using ?
@suganyasugi2908
@suganyasugi2908 10 жыл бұрын
can you plzzz.....explain why we are using while loop here.....is it possible to use if else for finding armstrong number????
@prathyushsunny
@prathyushsunny 8 жыл бұрын
Thankyou ^^ you've been helpful !
@subassdb897
@subassdb897 10 жыл бұрын
excellent......very much helpful
@koteswararaoattipatla140
@koteswararaoattipatla140 7 жыл бұрын
it's really superb!!!!!!!! why cant you try for patterns and series
@anjang1317
@anjang1317 9 жыл бұрын
hi, can you teach me how to install everything so that i can make a c program on my windows laptop. Its hard for me to go to uni everytime i need to do c program. Thanks!
@shiemakiuboud6184
@shiemakiuboud6184 4 жыл бұрын
thx dude u r a god much love
@37_nishantpande13
@37_nishantpande13 6 жыл бұрын
thanks for the logic bro!
@yousefsalamh6576
@yousefsalamh6576 5 жыл бұрын
nice explain, awesome
@laxmihn6751
@laxmihn6751 6 жыл бұрын
Thank you well explained
@bhavyapopli2854
@bhavyapopli2854 10 жыл бұрын
I wanted to print armstrong numbers b/w 101 and 200. The source code which i entered was: #include #include int main() { int reqnum=101,sum=0,digit,temp=reqnum; for(temp
@cdz007
@cdz007 10 жыл бұрын
can you make a video of C program to reverse all nos. in an array and print in words the same?
@wethecomputerguys9903
@wethecomputerguys9903 10 жыл бұрын
Sorry did not get the " print words the same" part can you explain with sample input and output
@cdz007
@cdz007 10 жыл бұрын
input: 23 45 827 69 output: thirty two , fifty four , sevenhundered twenty eight , ninenty six
@amarchaudhari1309
@amarchaudhari1309 7 жыл бұрын
what if we don't know how many digits are there in original number?
@sridharladdunuri331
@sridharladdunuri331 10 жыл бұрын
sir how can i download ur code sir
@wethecomputerguys9903
@wethecomputerguys9903 10 жыл бұрын
Link to source code is always available in the description section .. Code : wethecomputerguys.com/2014/08/09/c-practical-and-assignment-programs-armstrong-numbers/
@marnusludick2577
@marnusludick2577 6 жыл бұрын
I do not recommend this guy`s video. This is not the correct way to determine an armstrong number... this will only work with numbers between 100 and 999. Correct way to determine if a number is an armstrong number, is to first determine the length of the number provided by the user. The length will be there power to the sum of each individual number. You can't assume that the number inserted by the user will always be between 100 and 999. There is armstrong numbers bigger than 1000, thus you have to determine the length of the number, then you can use the pow(number, length) function to get the sum of all the individual numbers, instead of that "sum = sum + UnitsPlace*UnitsPlace*UnitsPlace". this video made me cringe...
@rinchentshering1961
@rinchentshering1961 10 жыл бұрын
Nice one.....but Can you do it in HTML and upload video?
@yousefsalamh6576
@yousefsalamh6576 5 жыл бұрын
what if user enter number contain two digit !! your code will not give proper result.
@pranaysingh1438
@pranaysingh1438 7 жыл бұрын
thankyou so much
@thacainy1270
@thacainy1270 8 жыл бұрын
can you show it on matlab
@ayeshanazir8422
@ayeshanazir8422 7 жыл бұрын
thank you..
@vikasagarwal803
@vikasagarwal803 5 жыл бұрын
Please upload 21 matchstick program.
@nehaporwal2351
@nehaporwal2351 7 жыл бұрын
Tq
@muazjutt1191
@muazjutt1191 6 жыл бұрын
Better u first learn by urself
@Foodie_till_end
@Foodie_till_end 6 жыл бұрын
aare bhai tu khud he confuse hai lagata
@muazjutt1191
@muazjutt1191 6 жыл бұрын
Not useful at all !!
C Practical and Assignment Programs-Reverse given Number
8:08
We The Computer Guys
Рет қаралды 99 М.
Special Programs in C− Check If The Number Is Armstrong Number
12:16
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
C Practical and Assignment Programs-Pascal Triangle Shorter Code
9:50
We The Computer Guys
Рет қаралды 56 М.
C Practical and Assignment Programs-cos(x)
10:06
We The Computer Guys
Рет қаралды 133 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 301 М.
C Practical and Assignment Programs-Prime Factorization
6:00
We The Computer Guys
Рет қаралды 17 М.
C Practical and Assignment Programs-e^x series expansion
10:56
We The Computer Guys
Рет қаралды 172 М.
C Program to Check a Number is Armstrong or Not | Learn Coding
11:22
C Practical and Assignment Programs-Pattern Printing 9
12:43
We The Computer Guys
Рет қаралды 311 М.
C Practical and Assignment Programs-Printing Pascals Triangle
13:22
We The Computer Guys
Рет қаралды 246 М.
Netflix Removed React?
20:36
Theo - t3․gg
Рет қаралды 73 М.
c programming video tutorial - diamond shape pattern printing
8:55