Answer Posted / pratyusha
continuous memory allocation
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will the preprocessor do for a program?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain the use of #pragma exit?
Can you think of a logic behind the game minesweeper.
Write a program to reverse a given number in c language?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is array of pointers to string?
what is the basis for selection of arrays or pointers as data structure in a program
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How can I implement a delay, or time a users response, with sub-second resolution?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is the role of && operator in a program code?
Explain union.
What is the difference between malloc calloc and realloc in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.