C Program to find LCM of two numbers using loops || LCM of two numbers in c || without recursion

  Рет қаралды 620

Sudhakar Atchala

Sudhakar Atchala

Күн бұрын

1. Compiler Design Playlist: • Compiler Design
------------------------------------------------------------------------------------
2. Computer Organization and Architecture Playlist: • Computer Organization ...
---------------------------------------------------------------------------------------
3. Operating Systems Playlist:
• Operating Systems
----------------------------------------------------------------------------------------
4. C Programming Playlist:
• C Programming
--------------------------------------------------------------------------------------------------------------------------
5. Java Programming Playlist:
• JAVA PROGRAMMING
---------------------------------------------------------------------------------------------------------------------------------
6. Data Structures Playlist:
• Data Structures
---------------------------------------------------------------------------------------------------------------------
7. Web Technologies Playlist:
• Web Technologies
----------------------------------------------------------------------------------------------------------------
8. C++ Programming Playlist:
• C++ Programming
--------------------------------------------------------------------------------------------------------------------------
9. DAA ( Design and Analysis of Algorithms) Playlist:
• DAA ( Design and Analy...
----------------------------------------------------------------------------------------------------------------------------
10. Python Programming Playlist:
• PYTHON PROGRAMMING
---------------------------------------------------------------------------------------------------------------------------
11. DMS ( Discrete Mathematical Structures ) Playlist:
• Discrete Mathematics (...
----------------------------------------------------------------------------------------------------------------------------------
12. C#.net Playlist:
• C#.NET
--------------------------------------------------------------------------------------------------------------------------------------
13. OOP through Python Playlist:
• Python OOP ( Object Or...
----------------------------------------------------------------------------------------------------------------

Пікірлер: 7
@SudhakarAtchala
@SudhakarAtchala 4 ай бұрын
#include int main() { int n1,n2,max,i; printf("Enter 2 numbers"); scanf("%d%d",&n1,&n2); max=(n1>n2)?n1:n2; while(1) { if(max%n1==0 && max%n2==0) { printf("LCM is %d",max); break; } max=max+1; } return 0; }
@EngineerReveals
@EngineerReveals 4 ай бұрын
Namaskara sir i wanted to thank you because your lectures helped me clear my ATC , i was suffering from Chicken pox when i was in college , that time i couldn't attend my college lecture and even couldn't appear for semester exam. afterwards i found your lecture which helped me clear my doubts and paper as well. it's been 4 years but today it came to my mind that i should thank you for making me learn, thank you sir ❤
@SudhakarAtchala
@SudhakarAtchala 4 ай бұрын
All the best.Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
@EngineerReveals
@EngineerReveals 4 ай бұрын
@@SudhakarAtchala sure sir
@benittabenitta5592
@benittabenitta5592 4 ай бұрын
Sir I want to know about how to debug the program in c,c++,java Can u please post some video for it
@mandaudaykiran2106
@mandaudaykiran2106 4 ай бұрын
Logic explanation is too good
@SudhakarAtchala
@SudhakarAtchala 4 ай бұрын
Thanks.Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
C Program to calculate gcd of two numbers using recursion
10:34
Sudhakar Atchala
Рет қаралды 72 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 23 МЛН
Man Mocks Wife's Exercise Routine, Faces Embarrassment at Work #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 6 МЛН
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 13 МЛН
C  Program to calculate exponential series
11:41
Sudhakar Atchala
Рет қаралды 6 М.
Finding the HCF of two numbers in cpp | Problem Solving | Tamil | code io
10:34
L6. Maximum XOR of Two Numbers in an Array | C++ | Java
36:17
take U forward
Рет қаралды 78 М.
PATTERN PROGRAMS  3 || PYRAMID PROGRAMS 3 || STAR PROGRAMS 3
11:02
Sudhakar Atchala
Рет қаралды 1,3 М.
How to write Recursive Functions
9:03
Neso Academy
Рет қаралды 427 М.
C_32 C Program to make simple calculator using Switch Case | C Language Tutorials
15:02
C Program To Find GCD and LCM of Two Numbers
4:15
Technotip
Рет қаралды 52 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 23 МЛН