by admin | Jun 4, 2015 | sem3
Storage classes in C++ Storage classes in c++ is explained with different class variables. In C++ programming language we have multiple files. In those files we may have normal variables, array, functions, structures, unions, classes etc. So, variables and objects...
by admin | Jun 4, 2015 | sem3
Role of this pointer The role of ‘this’ keyword is to represent an object that invokes the member function. It points to the object from where ‘this’ function was called. It is automatically passed to a member function when it is called. e.g....
by admin | Jun 4, 2015 | sem3
C++ references variable A c++ reference variable is another name for an already existing variable. Once a reference is initialized with a variable, either the variable name or the reference name may be used to refer to the variable. C++ References variable vs...
by admin | Jun 4, 2015 | sem3
Pointers in c++ Pointers in c++ programming language are easy to learn. Some C++ tasks are performed more easily with pointers, and other C++ tasks like dynamic memory allocation, cannot be performed without them. Every variable is a memory location and every memory...
by admin | Jun 4, 2015 | sem1
Youngs modulus by uniform bending Young’s modulus is named after Thomas Young,19th century ,British scientist. In solid mechanics, Young’s modulus is defines as the ratio of the longitudinal stress over longitudinal strain, in the range of elasticity the Hook’s law...
by admin | Jun 3, 2015 | sem1
Population Inversion In science, specifically statistical mechanics, a population inversion occurs while a system (such as a group of atoms or molecules) exists in a state with more members in an excited state than in lower energy states. It is called an...