any string of bits of length 'n' represents a unique non-
negative integer between.............?
Answer Posted / vinocit
2^n
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
The statement, int(*x[]) () what does in indicate?
How do you declare a variable that will hold string values?
given post order,in order construct the corresponding binary tree
What will be your course of action for a push operation?
Differentiate between static and dynamic modeling.
What is main function 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
What is a program flowchart and how does it help in writing a program?
how many key words availabel in c a) 28 b) 31 c) 32
What are loops in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is the use of static variable in c?
Where are c variables stored in memory?
What are preprocessor directives in c?