Breaking News
Loading...

what is void pointer?

A void pointer is pointer which has no specified data type . The keyword ‘void’ is preceded the pointer variable because the data type is not specified  . It is also know as generic pointer . The void pointer can be pointed to any type of variable address and data.

Eg:
                Void main()
{
Void *p;
Int a;
P=&a;
}
Next
Advantage of void pointer in c.
Previous
This is the last post.

1 comments:

  1. how to print void pointer value

    ReplyDelete
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Toggle Footer