To what value are pointers initialized?
1) NULL
2) Newly allocated memory
3) No action is taken by the compiler to initialize
pointers.
Answer Posted / n
depends:
-if static storage for pointer(pointer itself is a global
variable) => initialized with NULL
-if automatic storage =>no initialization
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is int main () in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Can include files be nested? How many levels deep can include files be nested?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is .obj file in c?
Can we add pointers together?
What are the string functions? List some string functions available in c.
How can I implement sets or arrays of bits?
What is malloc return c?
What is void pointers in c?
What does c mean in basketball?
What is data structure in c programming?
What is the general form of function in c?
write a programming in c to find the sum of all elements in an array through function.
What are the restrictions of a modulus operator?