top of page

MR. APURBA PAUL

Naturally Curious

Home: Welcome

Singly Linked List- Part 7

This Function accepts two list and concat second list with first list. //Concat Function void display_cat() { Node1...

Singly Linked List-Part 6

This Function search an element from the list(if successful) otherwise not. //Search Function void search() { int data,flag=0;...

Singly Linked List-Part 5

This function prints the summation of the information of each node. //Sum Function void sum() { int sum=0; Node *tptr=start;...

Home: Blog2

Subscribe Form

Stay up to date

Home: Subscribe

CONTACT

JIS College of Engineering, Block-A, Phase-III, Kalyani, Nadia, West Bengal, India, Pin-741235

9874752090

Home: Contact
bottom of page