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 / harman bajaj
When we create a pointer, then by default the pointer
initialized with NULL value .i.e. ASCII value of NULL is 0.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you initialize pointer variables?
Why doesn't C support function overloading?
What functions are in conio h?
Differentiate between calloc and malloc.
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Does c have function or method?
What are the rules for the identifier?
Is there any possibility to create customized header file with c programming language?
What is #define?
How can you be sure that a program follows the ANSI C standard?
Tell me with an example the self-referential structure?
How can you determine the maximum value that a numeric variable can hold?
what is ur strangth & weekness
What are preprocessor directives in c?
What is the main difference between calloc () and malloc ()?