Answer Posted / vishal ramawat
Simply open calculator in windows. switch to scientific
view, n check ANY answer :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe static function with its usage?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is pointer & why it is used?
What is function prototype?
Explain how do you use a pointer to a function?
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
How many parameters should a function have?
What are all different types of pointers in c?
What is variables in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Why we use break in c?
What is a stream?
writ a program to compare using strcmp VIVA and viva with its output.
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
code for replace tabs with equivalent number of blanks