Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.55K
~232 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for johnray31

i am gtng general protection error in this program while i run it plz help!!!! #include<iostream> using namespace std; struct node { int seq; node *next; }; int main() { node *fresh,*temp,*ptr,*save,*start=NULL,*temp1,*start1=NULL;; int i=0,c,s=1,se,sq; while(i<5) { if(start==NULL) { fresh=new node; cout<<

Member Avatar for vibhu1
0
232

The End.