Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are near, far and huge pointers?

1114


What are different types of variables in c?

1126


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1346


List out few of the applications that make use of Multilinked Structures?

2259


What are disadvantages of C language.

1222


How many types of sorting are there in c?

1111


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

1178


Do you know what are bitwise shift operators in c programming?

1153


Ow can I insert or delete a line (or record) in the middle of a file?

1047


What is the purpose of & in scanf?

1120


Is javascript written in c?

1115


What are examples of structures?

1186


Why does this code crash?

1144


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

2018


What is data structure in c and its types?

1113