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
1 Posted Topic
Re: 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<< |
The End.