
Search In
1> To go-to any particular page(i.e to search the files by name)
Ctrl + P (and then type the name of the page you want to navigate to)
2> To go-to a particular word in the file you are currently working on
Ctrl + ; (and then type the
Hello friends,
Many times while doing a calculation in excel we got stuck with errors such as, #N/A, #REF!, #NAME?, #DIV/0!, #NULL!, #VALUE! or #NUM!.
So here in this blog I am picking up #NUM! error and providing you the solution for this, please
Conditional Statements:
Conditional Statements are those statements which run different block of codes according to the condition or we can say these are those statements which perform different actions.
Following conditional statements are used i
MACROS
A macro is a piece of statements(code) which we provide a name or give that piece of statements a name. so whenever we used that name which we provide to that piece of code in the program, that code get replaced by the contents of the macro
Hello Reader's!,if you want get difference between two time, then I wrote this blog for you.It only contain JAVASCRIPT and HTML code.
First you need to create your HTML code where you will get your time difference
Put this HTML Code inside <b
These statements define the structure of the database. DDL consist of those statements that create,alter and drop database objects and statements that grant and revoke privileges and roles to user of the database.
Statements under this categor
In MVC while working in API for making restful services you need to know your request and response.
You can pass data or entity from your model as you want.
But in any case, you have a requirement of passing multiple recor
It is used for conjunction with the select statement to eliminate the all the duplicate record and fetch only the unique record.
There are many situation that we found duplicate data on the database and better to get unique ones.
SELECT DISTINCT c
The storage class in C are the one which defines the scope or life time of the variable and functions
Four Different storage classes of C are :
Auto
Register
Static
Extern
Auto Storage Class
Auto storage class are the one
Data fetch from database according to the user's entry in the database table in the pdf format, benefit of using this format for saving our data in compact and secure form, this will help to user to store the data in the file. Here is simple line
