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
Is fortran still used in 2018?
What is conio h in c?
What is the difference between union and anonymous union?
Why we write conio h in c?
What the advantages of using Unions?
What is a program flowchart and how does it help in writing a program?
How can you tell whether a program was compiled using c versus c++?
code for quick sort?
Why we use void main in c?
What are the basic data types associated with c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Does c have class?
What is the use of pragma in embedded c?
What is pointers in c with example?
What is selection sort in c?