+44(0) 1234 567 890 info@domainname.com

Sunday 30 June 2013

30 C++ Programming Books Free Download



Introduction:

Dennis Ritchie the founder of Unix (os)  was a  an American computer scientist, In the early days of 1970, Dennis Ritchie was busy in a project to create a new operating system (OS) in bell laboratories .it was a very difficult for Dennis Ritchie to create  (OS) ,in order to
15 comments

Friday 28 June 2013

Sunday 23 June 2013

Linked list Programming exercises in Data structure

 Linked list  Programming
Example :1
Make Menu and perform the following operation by the help of singly linked list?
Create a link list. (The list should be Dynamic and should stop only when the user wishes to end the creation of the list).

  • Ask User to enter  a  desire  node and  as a result the program will delete that node from the list.
  • Take a node from the user as input and insert that node after the desired node provided by the user.
  • Take an identification of a node as input  from the user and search that
1 comment