Our PC Solution: Programming

C Program to search and delete in a singly Linked List

0 Comments
delete node from linked list
Delete a node in a singly linked list just like a person breaks away from a human chain then the two persons (between whom the person was) needs to join hand together to continue the chain. We use free keyword to delete a node from linked list, first finding the node by searching in the linked list and then calling free() on the pointer that containing its address.

C Program to Search and insert in a singly Linked List

0 Comments
Blog-commenting-sites-list
Linked List is a dynamic data structure whose length can be changed (increased or decreased) at run time. Linked list located at random memory location. To search and insert in a linked list, we use user defined function for search and insert a node in a linked list.

C Program to Create and Display Linked List

0 Comments

Create and display linked list
Linked List is a dynamic data structure whose length can be changed (increased or decreased) at run time. Linked list located at random memory location. To create a linked list, malloc must be used for dynamic memory allocation and struct keyword to create data structure ( Such as Node). Node is a one kind of data structure which has two parts. One is data or information

You will create a calculator without any software......

0 Comments
You will create a calculator without any software......কেমন লাগবে যদি আপনি নিজেই একটি ক্যালকুলেটর বানিয়ে ব্যাবহার করতে পারেন......খুব মজা তাই না। যদি তাই হয় তাহলে আসুন এবার বানিয়ে ফেলি নিজের ক্যালকুলেটর নিজেই, তাও আবার কোন সফট্‌ওয়্যার ছাড়াই।
 প্রথমে আপনি start menu হতে notepad open করে