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...
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...
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...
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...