o

oops concepts in c++

1 Min Read
0 477
1 Min Read
0 477

In this article, I will give an introduction to the object oriented programming and we will see what is the major difference between module based programming approach and object oriented programming. Unlike C programming language which follows a procedural/modular based…

Continue Reading
L

Little Endian vs Big Endian

1 Min Read
0 561
1 Min Read
0 561

What is endianness? Endianness specifies the order in which the bytes of data are stored/processed by a computer. For example, let’s consider a variable that is of 4bytes, and in the memory, it looks like this as shown below. When…

Continue Reading
Exit mobile version