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 / shruti
Ponters are initialised to newly allocated memory locations.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is the code for 3 questions and answer check in VisualBasic.Net?
using for loop sum 2 number of any 4 digit number in c language
Is c is a high level language?
What are the functions to open and close file in c language?
Is struct oop?
What does c value mean?
What does p mean in physics?
What is wrong with this program statement?
What are valid operations on pointers?
Differentiate between functions getch() and getche().
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is structure packing in c?
What are pointers? Why are they used?
Explain the difference between structs and unions in c?
Why should I prototype a function?