C Language

Write about String Handling Functions in C language?

The C library supports a large number of strings handling functions that can be used to carry out many of the string manipulations. The most commonly used string functions: 1. strcat...

Write about Constant Pointers in C

Constant Pointers A constant pointer is a pointer that cannot change the address its holding. In other words, we can say that once a constant pointer points to a variable then it cannot point to an...

What is an Array? Explain about One-Dimensional Arrays?

The fundamental data types can store only one value at any given time. To process large amounts of data, c supports a derived data type known as Array. An array can be use...

Interview Questions[dark](3)

Multiple Choice Questions[two]

DBMS[oneleft]

JAVA[oneright]

Data Structures[combine]

Write about Different frames used in Java Script

Different frames used in Java Script: Writing to a different frame means giving the input in one frame and obtaining the result in an...

Write about date object in Java Script

date object:  java script includes a well defined date class which provides functions to perform many different date manipulations. ...

Write about window object in Java Script

window object Window object: The  window object  represents a window in browser. An object of window is created automatically by the ...

index