What are the types of bitwise operator?
No Answer is Posted For this Question
Be the First to Post Answer
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 NULL pointer?
Write a program for deleting duplicate elements in an array
What is .obj file in c?
Where register variables are stored in c?
What is 2 d array in c?
Wt are the Buses in C Language
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What are the uses of null pointers?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
p*=(++q)++*--p when p=q=1 while(q<=6)