Sacnf Function In C Language

In This Tutorials you can learn about scanf function in c language ans also see the how scanf work. This lesson is very useful for basic Lerner. Read more...................



ORDER BY Clause in SQL

In This Tutorial We Will Learn About ORDER BY Clause In SQL . IN SQL If You Want To Display The Sorted List Of The Table On The Basis Of Specified Column You Can Use The ORDER BY Clause With SELECT Statement. Order May Be Ascending Order Or Descending Order According To Your Requirement. Read More About ORDER BY Clause In This Tutorial.


Elements and Tags In HTML

In This Tutorial We Discuses The HTML Element And Tags. Although All The HTML Tags Are Also Called HTML Elements. Below We Describe A Little Difference In Details. Read More About This Topic In This Tutorial.


Amazing Windows Short Cut Keys

In this Tutorial we learn about some very important short cut key which help us to control the computer with keyboard.




Citations and Bibliography In MS word 2007

When You Are Going To Write A Research Paper Or Some Thing In Which You Are Required To Include A Bibliography. Like Making The A List Of References Or A List Of Source Such As Books, Articles, Or Even Websites That You Used To Research And Write Your Paper. You Can Enter Each Citation And The Respective Reference Manually And Then Make The List Of All These References But MS Word Provide An Easy Way To Insert And Manage These References And Bibliography. Read More About This Topic In This Tutorial.


Break Statement IN C /C++

In This Tutorial You Can Learn The Use Of Break Statement In C And C++ Language. Read And Learn And Share If You Like It. Reed More.....


User Define Function (UDF) In Excel

In This tutorial we learn that how we create User define function in Excel with very simple example. For example if you have student exam record and you want to calculate the Percentage of the students then in excel there is no proper pre define function . you can calculate the percentage of student using manual formula like that =marks obtained * 100 / total marks but you can also create your own function for calculating percentage and you can use it as pre define function.


LIKE Operator in SQL

In This Tutorial We Will Learn About LIKE Operator In SQL . LIKE operator is pattern matching In SQL. LIKE means Not Exactly just match some pattern for example when we use IN or BETWEEN or in Equal To (=) relational operator, then the Complete value compare if its match the whole value which is given in Condition then Its return other wise not. Read More About LIKE Operator In This Tutorial.


Constructor in C++

In this tutorials you can learn about Constructor in C++. in this tutorials we discussed Constructor in very simple words and programming example. Read and Download and Share with your Friends.