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 / deepanjali
no action is taken by complier to initialize pointers
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
State the difference between x3 and x[3].
When is a “switch” statement preferable over an “if” statement?
What is the g value paradox?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Is c procedural or functional?
Is null always defined as 0(zero)?
Why do we need a structure?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Explain what is dynamic data structure?
Write a program to reverse a given number in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What are volatile variables in c?
Explain what is a program flowchart and explain how does it help in writing a program?
Is c++ based on c?
What is memory leak in c?