What should malloc() do?


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

Post New Answer

More C Interview Questions

How does pointer work in c?

0 Answers  


Write a program to check armstrong number in c?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


What are pointers really good for, anyway?

0 Answers  






Why C language is a procedural language?

0 Answers   Ericsson,


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

0 Answers  


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


Give the Output : * * * * * * * * * *

2 Answers  


What is the meaning of int *x[]();?

1 Answers  


Is main a keyword in c?

0 Answers  


List a few unconditional control statement in c.

0 Answers  


Categories