Author: Nepal Enotes
Browse Nepal eNotes study updates and resources.


Class 9 | Pointer | C Programming Notes
Pointer A pointer is a special variable that stores the memory address of another variable. A pointer also…

Class 9 | Structure and Union | C Programming Notes
STRUCTURE A structure is user-defined data type that can hold multiple data of the same data types or…

Class 9 | Arrays and Strings | C Programming Notes
Array Array is the collection of multiple values in a single variable stored in a contiguous memory location.…

Class 9 | Functions | C Programming Notes
Function Function is a block of code which only runs when it is called. Every C program has…

Class 9 | Control Flow Statement | C Programming Notes
Control flow statement Control flow statements also referred as control structures are used to control the flow of…

Class 9 | Fundamentals of C Programming | C Programming Notes
Programming is high level general-purpose programming language developed by Dennis Ritchie at AT and T’S Bell Lab in…

Class 9 | Principles of C Programming | C Programming Notes
Program The set of instruction through which human interact with the computer is known as program Programming Language…

Class 9 | Emerging Technology | Fundamentals of Computer and Application Notes
Emerging Technology Emerging technology refers to the new technology and innovations in different areas such as media, business,…

Class 9 | Multimedia | Fundamentals of Computer and Application Notes
Multimedia Multimedia refers to content that uses a combination of different forms of media such as text, audio,…