Answer Posted / saipriya
To allocate the memory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is a global variable in c?
What are multibyte characters?
What is unsigned int in c?
What is a dynamic array in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Can the curly brackets { } be used to enclose a single line of code?
What is optimization in c?
What is header file in c?
Write a program of prime number using recursion.
What is the maximum length of an identifier?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
how to write a c program to print list of fruits in alpabetical order?
Is a pointer a kind of array?
How to draw the flowchart for structure programs?