CSC115 C Programming

C ProgrammingTU Board 2080

Differentiate between source code and object code. Create a structure named Book with members Book Name, Price and Author Name, then take input for 10 records of Book and print the name of authors…

10

Differentiate between source code and object code. Create a structure named Book with members Book_Name, Price and Author_Name, then take input for 10 records of Book and print the name of authors having the price of book greater than 1000.

A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions