Computer Engineering
Browse every published post in Computer Engineering.
Class 9 | Pointer | C Programming Notes
Pointer A pointer is a special variable that stores the memory address of another variable. A pointer also needs to…
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 varying data…
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. In array,…
Class 9 | Functions | C Programming Notes
Function Function is a block of code which only runs when it is called. Every C program has at least…
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 execution 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 1972. The…
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 The 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, science, and…
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, video, graphics,…
Class 9 | Internet and it’s Application | Fundamentals of Computer and Application Notes
Internet Internet refers to the interconnection of networks that links together that links together millions of computer on a single…
Class 9 | Memory | Fundamentals of Computer and Application Notes
Memory Computer memory refers to the storage device which stores data, instructions required during the processing of data, and also…