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 М.
Ozoda - Lada (Official Music Video)
06:07
Ozoda
Рет қаралды 13 МЛН
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,9 МЛН
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 М.
C_42 Continue Statement in C | C Programming Tutorials
15:31
Jenny's Lectures CS IT
Рет қаралды 134 М.