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
write a c program for swapping two strings using pointer
What is c language & why it is used?
What are c preprocessors?
When do we get logical errors?
What is a struct c#?
What is the use of parallelize in spark?
Is stack a keyword in c?
What are the types of data files?
What is a macro in c preprocessor?
What are examples of structures?
What is anagram in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the use of gets and puts?
What is an array in c?