What are the different types of pointers?
Answer Posted / raj.s
Null pointer and wild pointer.
Null pointer :A null pointer has a reserved value, often
but not necessarily the value zero, indicating that it
refers to no object.
Wild pointer : Wild pointers are pointers that have not
been initialized and may make a program crash or behave
oddly.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is data types?
What are c preprocessors?
Tell us two differences between new () and malloc ()?
What is int main () in c?
Explain what are its uses in c programming?
what is event driven software and what is procedural driven software?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
In C language, a variable name cannot contain?
How to write a multi-statement macro?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is #line in c?
Why c is called procedure oriented language?
write a program in c language to print your bio-data on the screen by using functions.