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


Please Help Members By Posting Answers For Below Questions

What is data types?

718


What are c preprocessors?

781


Tell us two differences between new () and malloc ()?

708


What is int main () in c?

721


Explain what are its uses in c programming?

675






what is event driven software and what is procedural driven software?

2116


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

802


In C language, a variable name cannot contain?

866


How to write a multi-statement macro?

711


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1936


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

752


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

657


What is #line in c?

648


Why c is called procedure oriented language?

684


write a program in c language to print your bio-data on the screen by using functions.

6369