Question: Q.31 struct { char name[55]; char language[8]; char type[3]; char time[6]; int price; int ticket_booked; }mov; struct Node { int data; struct Node *next; };

Q.31

struct { char name[55]; char language[8]; char type[3]; char time[6]; int price; int ticket_booked; }mov;

struct Node { int data; struct Node *next; };

int main(void); void password(); void admin(); void add_movie(); void show_movie(); void delete_movie(); void audi(); void edit_movie(); void show_movie_user(); void book_ticket(); //void bubbleSort(struct Node *); void show_seats(struct Node*, int ); void cancel_ticket();

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!