What functions are used in dynamic memory allocation in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


What is || operator and how does it function in a program?

0 Answers  


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

0 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


What is main () in c?

0 Answers  






HOW CAN ADD OUR FUNCTION IN LIBRARY.

5 Answers  


What is array of structure in c programming?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


which will be first in c compiling ,linking or compiling ,debugging.

3 Answers   Sonata,


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


Categories