How many bytes is a struct in c?
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
program for comparing 2 strings without strcmp()
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Can we increase size of array in c?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
Under what circumstances does a name clash occur?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
what is pointer
write a program to print the all 4digits numbers & whose squares must me even numbers?