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 are the 10 different models of writing an addition program in C language?
Find MAXIMUM of three distinct integers using a single C statement
How can I make sure that my program is the only one accessing a file?
Does c have circular shift operators?
Why is c called a structured programming language?
What is #include stdio h?
What does c mean?
What is clrscr in c?
What is build process in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Write a code to generate a series where the next element is the sum of last k terms.
What is difference between stdio h and conio h?
how is the examination pattern?
which type of aspect you want from the student.
Who is the main contributor in designing the c language after dennis ritchie?