c programming assignment, C/C++ Programming

Assignment Help:
good night i have an assignment that i really need help with. i have to create a struct file with tag name book to have members int book_id
char isbn[255]
char title[45]
char author[65]
char publish[255]
int year_publish
char edition
i have to create a sequential file that look like this
1.add new book
2.update book details
3.delete book
4.view single book
5.view all book
6.exit

if i choose 2 i would be prompt to enter the id of the book i wish to update

if i choose 3 im prompt for book id when the id is entered a message will display asking telling the that this opperation is irreversible then ask the user if they sure they want to delete this book (y/n) if user choose y the program should display "the book has been permanently deleted" if user choose no the program goes back to the option menu
im using dev c++4.9.9.2 the code have to be writen in c

Related Discussions:- c programming assignment

Computes the ackermann-peter a m-n function, (a) Write a procedure that com...

(a) Write a procedure that computes the Ackermann-Peter a(m,n) function. (b) Write a helper procedure that only allows the calculation of the Ackermann-Peter function for 0≤m

C program for function of copy one string in other string, C Program for FU...

C Program for FUNCTION OF COPY ONE STRING IN OTHER STRING #include stdio.h> #include conio.h> int copy(char a[],char b[]); void main() {           char a[100],b[

#, #Write a program to find the area under the curve y = f(x) between x = a...

#Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve between two points can

Program to list the cities and their states, The program will ask the user ...

The program will ask the user to enter: '1' to List the cities(and their state abbrev)  from largest to smallest (by their population) with their population '2'  to List the

Explain register variable, Explain Register Variable Computers have int...

Explain Register Variable Computers have internal registers, which are used to keep data temporarily, before any operation can be performed. Intermediate results of the calcula

The Shell or Command Line Interpreter is the fundamental Use, 1. The shell ...

1. The shell must support the following internal commands: i. cd - Change the current default directory to . If the argument is not present, report the current directory. If t

Explain call by reference, Call by Reference Passing variables(paramete...

Call by Reference Passing variables(parameters) to a function in C can be done in two ways - pass by value, also called as call by value and pass by address or also known as ca

Function, limitation of function

limitation of function

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd