Read my blogs

Callbacks in Javascript.

Callbacks in Javascript.

In this article we'll learn about callback and its uses as well as issues, but before diving deep in callback let us understand about function which...

Read more

What is the difference between qualifiers and data type?

What is the difference between qualifiers and data type?

To know the difference between QUALIFIERS and DATA TYPE first we should know about data type and qualifier. DATA TYPE- A data type defines a set of...

Read more

What is the full form of iostream.h?

What is the full form of iostream.h?

To know the full form of “iostream.h”, let’s break it- i = input (Cin) o = output (Cout) stream = Streams refer to sequence of bytes. In Files we...

Read more

What is the difference between include and require in PHP?

What is the difference between include and require in PHP?

Before answering this question i’ll brief you about why we use include() and require() in PHP - It's use to insert the content of one PHP file into...

Read more