Showing posts from March 17, 2024

Introduction of JQuery

jQuery   jQ uery is a fast, small, and feature-rich JavaScript library. It simplifies things like HTML document travers…

Read Now

FILE HANDLING IN C-SAMPLE

File Handling Sample Program # include <stdio.h> int main () { FILE *fptr; char name[ 50 ], content…

Read Now

FUNCTIONS IN C

Functions: Functions are the self-contained program that contains several block of statement which performs the defined…

Read Now
Load More No results found