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 »

loops in c language

During programming, sometimes we might need to execute a certain code statement again and again. We can write the code statement as many times as we need it to execute but that would be very inefficient, because what if you want a code statement to execute a 100 times . This is why we use loops.In …

loops in c language Read More »

Why we Learn C++ Programming

 C++ is one of the world’s most popular programming languages.  C++ can be found in today’s operating systems, Graphical User Interfaces, and embedded systems.  C++ is an object-oriented programming language which gives a clear structure to programs and allows code to be reused, lowering development costs.  C++ is portable and can be used to develop …

Why we Learn C++ Programming Read More »

history of c++ language

A Brief History of C++ The history of C++ begins with C. The reason for this is easy to understand: C++ is built upon the foundation of C. Thus, C++ is a superset of C. C++ expanded and enhanced the C language to support object-oriented programming (which is described later in this module). C++ also …

history of c++ language Read More »

What is C++ Language 

  C++ is a general-purpose, object-oriented programming language.  It was created by Bjarne Stroustrup at Bell Labs  1980.  C++ is very similar to C .  C++ is so compatible with C that it will probably compile over 99% of C programs without changing a line of source code. Though C++ is a lot of well-structured …

What is C++ Language  Read More »

Switch case in c

The switch case statement is used when we have multiple options and we need to perform a different task for each Switch statement in C tests the value of a variable and compates it with multiple cases. Once the case match is found, a block of Statements associated with that particular case is executed. Syntax of …

Switch case in c Read More »

// Sticky ads
Your Poster