Programming Tutorials

Comment on Tutorial - Pointers to Structures example program in C By Charles



Comment Added by : T.M.Prakash.MCA.

Comment Added at : 2012-09-20 12:26:52

Comment on Tutorial : Pointers to Structures example program in C By Charles
error is main fuuction declaration
void main()
output is:
a=1,
name=prakash,
1 prakash.
structure sizeof()=4,total size.


View Tutorial