Answer Posted / saipriya
To allocate the memory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can I avoid the abort, retry, fail messages?
Can a variable be both static and volatile in c?
Is c object oriented?
What is formal argument?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are near, far and huge pointers?
What is the use of static variable in c?
Explain the difference between #include "..." And #include <...> In c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are the disadvantages of a shell structure?
What is data structure in c language?
Is c procedural or functional?
ATM machine and railway reservation class/object diagram
What math functions are available for integers? For floating point?
Which of these functions is safer to use : fgets(), gets()? Why?