Answer Posted / vignesh1988i
data structure is nothing but basically C , in which our data can be efficiently handled without any memory wastages and data can be easily be retrieved for manipulations and strengthens the data security since the usage of POINTERS are more here........
thank u
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are 'near' and 'far' pointers?
What is meant by gets in c?
What is chain pointer in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Is c++ based on c?
What are linked lists in c?
What is a static function in c?
what is ur strangth & weekness
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Can include files be nested?
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
Explain what is the heap?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Explain what is gets() function?
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.