wite a programme in c to linear search a data using flag and
without using flags?
Answer Posted / st0le
sorry, abt the typho in the previous post...
"ub" shud be "n"...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can you return multiple values from a function?
What is the correct declaration of main?
Write a simple code fragment that will check if a number is positive or negative.
What is the use of gets and puts?
Explain how can you restore a redirected standard stream?
What are volatile variables in c?
What is the advantage of c?
Explain b+ tree?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is enumerated data type in c?
What is meant by initialization and how we initialize a variable?
write an algorithm to display a square matrix.
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 is memcpy() function?