Binary To Decimal in C Binary To Decimal in C Question: Write a C program to convert a Binary number into Decimal number. […]
Read moreCategory: Tech Education
Functions of Operating System
Functions of Operating System Functions of Operating System Β Process Management Memory Management Security File Management Device Management Backup and Recovery 1- PROCESS MANAGEMENT The operating […]
Read moreDecimal To Binary in C
Decimal To Binary in C Decimal To Binary in C Question: Write a C program to convert a Decimal number to Binary number. […]
Read moreOperating System
Operating System Operating System Operating system is a system software. It basically manages all the resources of the computer . An operating system acts as […]
Read moreChristmas tree ππ
// If you liked it don’t forget to give // a (+1) like. // Thank you all! // By @ Akash.. #include <iostream> #define N […]
Read moreFind the day of the week you were born!
// Please enter your birthday in this // format(including spaces): // DD MM YYYY // 22 01 1997 #include <iostream> using namespace std; int […]
Read moreColourful firework π
window.onload = () => { const canvas = document.createElement(“canvas”); const ctx = canvas.getContext(‘2d’); const GRAVITY = 0.05; const FRECTION = 0.99; […]
Read moreFlowchart
Flowchart Flowchart Flowchart are nothing but the graphical representation of the data or the algorithm for a better understanding of the code visually. It […]
Read morePython First Program
Python First Program Python First Program print(“Hello, World!”) Topics Covered : python programming learn python programming python […]
Read more
Recent Comments