C Program to Convert Decimal Number to Binary Number || Decimal to Binary Conversion - C Programming

  Рет қаралды 757

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...
----------------------------------------------------------------------------------------------------------------

Пікірлер: 5
@SudhakarAtchala
@SudhakarAtchala 4 ай бұрын
#include int main() { int n,b[20],i=0,j; printf("Enter a number"); scanf("%d",&n); while(n>0) { b[i]=n%2; n=n/2; i++; } printf(" Binary number is:"); for(j=i-1;j>=0;j--) printf("%d ",b[j]); return 0; }
@sharanya5385
@sharanya5385 4 ай бұрын
Sir, if possible please do videos of discrete mathematics for r22 batch
@SudhakarAtchala
@SudhakarAtchala 4 ай бұрын
Send the syllabus. Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
@saikumaryadavsgadaboina6367
@saikumaryadavsgadaboina6367 4 ай бұрын
1 st view and comment sir pls pin karoo😅
@SudhakarAtchala
@SudhakarAtchala 4 ай бұрын
sorry, I have to pin the program. For some other video. Plz subscribe to the channel and if possible share with your friends. Thanks in advance..
C  Program to calculate exponential series
11:41
Sudhakar Atchala
Рет қаралды 6 М.
БЕЛКА СЬЕЛА КОТЕНКА?#cat
00:13
Лайки Like
Рет қаралды 2,5 МЛН
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 4 МЛН
Check If A Number Is Prime Using Recursion | C Programming Example
11:05
Portfolio Courses
Рет қаралды 6 М.
Whether #palindrome  or Not | #C #Programming #palindromenumber
12:58
BCD Codes (Binary Coded Decimal Codes) Explained
13:39
ALL ABOUT ELECTRONICS
Рет қаралды 119 М.
31 - DECIMAL TO BINARY CONVERSION - C PROGRAMMING
15:06
Sundeep Saradhi Kanthety
Рет қаралды 125 М.
Decimal number to Binary Conversion (C Program)
9:34
CSE GURUS
Рет қаралды 14 М.