KUK B.Tech Notes

B.Tech Essential of Information Technology (EIT) Notes

Essential of infoformation and technology (JAVA) is one of the important and intresting subject of B.tech engineering student those pursuing from IT branch. Basically in ” EIT ” we learn about “JAVA” programming language. Java is a programming language and computing platform first released by Sun Microsystems in 1995. It has evolved from humble beginnings […]

B.Tech Essential of Information Technology (EIT) Notes Read More »

Header Files in C

Header files are additional files in a C language containing definitions of different functions and their associated variables that need to be imported into a C program with the help of a preprocessor #include statement. All the header files have a ‘.h’ extension that contains C function declarations and macro definitions. The default header file

Header Files in C Read More »

Union in C

Union is an user defined datatype in C programming language. It is a collection of variables of different datatypes in the same memory location. We can define a union with many members, but at a given point of time only one member can contain a value. Unions can be very handy when you need to

Union in C Read More »

B.Tech Object Oriented Programming (OOP’S) Notes

Object Oriented Programming (OOP’S) Notes is one of the intresting and important subject of B.tech engineering student those pursuing from Computer Science Engineering(CSE) branch. Object-oriented programming (OOP) is a computer programming model that organizes software design around data, or objects, rather than functions and logic. An object can be defined as a data field that

B.Tech Object Oriented Programming (OOP’S) Notes Read More »

B.Tech Information Technology Management (ITM) Notes

Information Technology Management (ITM) is one of the intresting and important subject of B.tech engineering student those pursuing from Computer Science Engineering(CSE) branch. Information technology management (IT management) is the process whereby all resources related to information technology are managed according to an organization’s priorities and needs. This includes tangible resources like networking hardware, computers

B.Tech Information Technology Management (ITM) Notes Read More »

B.Tech Principles of Programming Languages (PPL) Notes

Principles of Programming Languages (PPL) is one of the intresting and important subject of B.tech engineering student those pursuing from Computer Science Engineering(CSE) branch. A programming language’s features include orthogonality or simplicity, available control structures, data types and data structures, syntax design, support for abstraction, expressiveness, type equivalence, and strong versus weak type checking, exception

B.Tech Principles of Programming Languages (PPL) Notes Read More »