KGKushal Ghimireinerkushalghimire.com.np·Dec 29, 2023 · 4 min readHow to build a program to solve a certain problem ?The six steps that are required to build a computer program for solving a certain problem are explained below: Problem Analysis: Problem analysis is the process of defining a problem and decomposing overall system into smaller parts to identify poss...00
KGKushal Ghimireinerkushalghimire.com.np·Sep 16, 2023 · 11 min readMemory Layout In CTo understand memory management in C, you must be familiar with memory segments, storage class specifiers, datatypes, type qualifiers and type modifiers. Let us discuss each topic in detail. Note: This section is very important for writing an effici...00
KGKushal Ghimireinerkushalghimire.com.np·Sep 14, 2023 · 9 min readFundamentals of CBackground/History C programming, developed by Dennis Ritchie at Bell Labs in the early 1970s, played a pivotal role in the history of computing. It evolved from the B programming language, to improve the portability and efficiency of software. The k...00
KGKushal Ghimireinerkushalghimire.com.np·Sep 12, 2023 · 10 min readFundamentals of a computer systemWhat is a computer? What are the components of a computer system? Introduction A computer is an electronic device that accepts inputs from the input devices, processes them and displays the result in output devices. The result obtained can also be s...00