Structure Pointer
- From: "RAKHE" <t.sathyanarayanan@xxxxxxxxx>
- Date: 22 Feb 2007 20:42:19 -0800
Hi
I am having some warning when i used like this
struct creat_table {
--------
----------
};
struct creat_table *table();
int main()
{
struct creat_table *p;
p =table();
}
struct creat_table *table()
{
}
I used to get Some warning like
Incompatible assignment Please if any body find solution can u
expalin it
.
- Follow-Ups:
- Re: Structure Pointer
- From: santosh
- Re: Structure Pointer
- From: jaysome
- Re: Structure Pointer
- From: Keith Thompson
- Re: Structure Pointer
- Prev by Date: Re: difference b/w call by reference and call by pointer
- Next by Date: Re: Structure Pointer
- Previous by thread: struct point not identified by gcc
- Next by thread: Re: Structure Pointer
- Index(es):
Relevant Pages
|