Computer Hardware What is computer hardware? Computer hardware consists of physical components includes the mechanical, magnetic, electronic, and…
Types of Computer Introduction All around the world, there are different types of computers used by different…
Hello friends, in this article you will get to know about the basic introduction of the number system…
Computer Software Introduction The terms hardware and software are frequently mentioned in connection with computers.…
Database Model There are different types of database management systems, each is characterized by the way in which…
IT Policy of Nepal Introduction This is the age of Information and Technology (IT). The IT Policy…
File Handling in C This article contains everything you need to know regarding file handling and working with files till class 12. Concept of the data file The input and output operations that we have performed so far were done through screen and keyboard only. After the termination of the program, all the entered…
Return and Void Statement of Function In this article, you will learn about return and void statements of function as well as local, global and static variables and recursion as…
Functions in C programming Concept of function A function is a self-contained program segment or sub-program that performs some well-defined task. The C program consists of one or more functions.…
String functions in C Programming The string is the collection of letters, alphabets, numbers special symbols, expressions, etc. enclosed inside double or single quotes. The string can be handled quite…