I am also active at:
Monday, February 10, 2025
Saturday, January 18, 2025
Friday, January 10, 2025
What is a data structures
Data structure is a tool in the hands of a programmer for storing a large number of data items in the main memory (RAM) of a computer which can be reference by a single name, to enable their efficient storing, access and modification during program execution.
It can also be understood as a specialized format (layout) for storing, processing and retrieving data.
Subscribe to:
Posts (Atom)
My stock scanners
Bullish stocks Bearish stocks
-
Acronym Full Form AJAX Asynchronous JavaScript and XML API Application Programming Interface APK Android Application Package ASP Activ...
-
#include<stdio.h> int main() { int M,N,q; scanf("%i %i",&M, &N); if((M%N)!=0) {printf("0...
-
"A good company understands that problem solving ability and the ability to learn new things are far more important than knowledge o...