In our School life , we have seen something like a + b = c where, a = 8, b = 2 , so c = ? Well we can solve this mathematical problem , right ? But what if we want to solve the same problem throughout any Programming language , then something called " var " came to picture . So take a seat , and let's start .. In Programming language, if we want to adding two digits for example 3 + 5 and want to print it , we can print also .. But we have to store his two digits somewhere , right ? Let we store 3 into x , and 5 into y . So x = 3 , and y = 5 .But how machine will know or can recognize them ? For this reason variable is came . Variable is a factor or element which can store or vary any type of value , it maybe floating type or character type etc . So should we called it Variable or Variable , it
Code Religion
In this Blog,Visitors will see Content of Web design Languages, i.e HTML , CSS , Javascript etc with some different way .