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

what is real time system?what is the differance between hard and soft real time systems

2 Answers  


what is dangling pointer?

1 Answers   LG Soft,


write a program for egyptian fractions in c?

1 Answers   Satyam,


Is there any book to know about Basics of C Language?

4 Answers  


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,






How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?

4 Answers   NIIT,


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


how logic is used

0 Answers  


What are the types of assignment statements?

0 Answers  


Explain what is a program flowchart and explain how does it help in writing a program?

0 Answers  


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

0 Answers   Microsoft,


Give basis knowledge of web designing ...

0 Answers   HCL,


Categories