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
Add Two Numbers Without Using the Addition Operator
Why clrscr is used after variable declaration?
Why is c used in embedded systems?
What is sizeof int?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What are runtime error?
Array is an lvalue or not?
How can I write a function that takes a format string and a variable number of arguments?
What are the different types of control structures in programming?
When is a null pointer used?
Define the scope of static variables.
Why use int main instead of void main?
Why is c platform dependent?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Difference between goto, long jmp() and setjmp()?