Here is the link for downloading NCERT books free of cost and totally legal.Yo u will find here books for Class 1 to Class 12   in Hindi, En...
 Read More 
Add image to mp3 files
How to add image or picture to mp3 files Adding a new image or changing the existing mp3 album image is really a fun! But many of our friend...
 Read More 
C++ implementation of queue
#include<iostream.h> #include<conio.h> class queue { private: int rear,front,q[10],ele,i; public: queue() { rear=-1; front=0; } ...
 Read More 
Subscribe to:
Comments (Atom)
 
