What is the difference between array_name and &array_name?
No Answer is Posted For this Question
Be the First to Post Answer
Where local variables are stored in c?
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
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
What is c variable?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is time complexity c?
write a c programme for add of two numbers with out use of arthematic operators
what is diference between return 0 and return NULL??
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
What is #include in c?
Why does everyone say not to use scanf? What should I use instead?
Function to find the given number is a power of 2 or not?