What are the different types of pointers?

Answers were Sorted based on User's Feedback



What are the different types of pointers?..

Answer / newakash.89

far,near and huge

Is This Answer Correct ?    24 Yes 6 No

What are the different types of pointers?..

Answer / 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

What are the different types of pointers?..

Answer / mar

generic pointers and non generic pointers

Is This Answer Correct ?    0 Yes 0 No

What are the different types of pointers?..

Answer / gagan kataria

pointers, which point to the location

Is This Answer Correct ?    1 Yes 18 No

Post New Answer

More C Interview Questions

Two's compliment of -5

4 Answers   Adobe,


What is the Lvalue and Rvalue?

2 Answers  


what is the structure?

4 Answers   TCS,


Explain what are the different data types in c?

0 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  






Why is c called "mother" language?

0 Answers  


Why main is used in c?

0 Answers  


34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

0 Answers  


What is the use of printf() and scanf() functions?

0 Answers  


Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

2 Answers   TCS,


What does *p++ do? What does it point to?

0 Answers  


What is the difference between array and pointer?

0 Answers  


Categories