write a program to display the array elements in reverse
order in c language
Answer Posted / mak
What if the iputted value of n is greater than the size of
array defined at the beginings????????
| Is This Answer Correct ? | 9 Yes | 19 No |
Post New Answer View All Answers
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
What does main () mean in c?
Explain modulus operator. What are the restrictions of a modulus operator?
What does & mean in scanf?
What are bitwise shift operators in c programming?
What are header files and explain what are its uses in c programming?
Is null valid for pointers to functions?
How can a number be converted to a string?
Is there a way to compare two structure variables?
Explain what is meant by 'bit masking'?
What is string function c?
What is c language used for?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the difference between new and malloc functions?