anandbaraik.hashnode.devCallbacks in JavascriptIn this article we'll learn about callback, its uses as well as issues, but before diving deep into callback let us understand about function which is the base of callback and it'll help us to understand callback better. What's function? A function ...Oct 3, 2022·3 min read
anandbaraik.hashnode.devWhat 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 values that a variable can store along with a set of operations that can be perform on that variable....Aug 11, 2022·2 min read
anandbaraik.hashnode.devWhat 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 another PHP file before the server executes it. Now, little more details about include() and require...Apr 13, 2022·3 min read
anandbaraik.hashnode.devWhat 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 store data i.e. text or binary data permanently and use these data to read or write in the form of inpu...Jan 2, 2021·1 min read