As C language supports various types of data, each of which may be represented differently within a computer’s memory. Data type is used to determine what type of value a variable or a constant can contain throughout the program. In C language, different variables contain different data types. A program generally contain different types of […]

Read More »

In the last article, we mentioned C++ as an object oriented language. The brief explanation to our consideration is defined here. OOP is a design philosophy. It stands for Object Oriented Programming. Object-Oriented Programming (OOP) uses a different set of programming languages than old procedural programming languages (C, Pascal, etc.). Everything in OOP is grouped as self sustainable “objects”. Hence, you gain re-usability by means of four […]

Read More »

data structure

A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data. In other words, A data structure is a way of storing data in a computer memory, […]

Read More »

c++ logo

Introduction to C++ C++ is a compiled, general purpose programming language that supports procedural, object-oriented, and generic programming. C++ is a also a case sensitive language as well as C language. C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.

Read More »

c

Introduction to C Language: You may have surely heard about this word C language. I know many have wondered about what is it, specially non engineer students. In this article, you will have a brief knowledge about this thing. Let us start studying this basic programming language. As the name suggest “C language”, it is a […]

Read More »

Home | Contact Us | Sitemap