Skip to content

Commit

Permalink
taking input through console
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilatkan committed Feb 20, 2020
1 parent 247400d commit e4c2656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LLtakinginput1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ void buildlist(node*&head)
{
insertathead(head,data);
cin>>data;

}
}
void print(node*head)
Expand Down

0 comments on commit e4c2656

Please sign in to comment.