Dinuwilson
Advanced Member level 4
main()
{
int *a;
in my program i want to load the vale 0x06 as an address to pointer variable a
how can i load the value 0x06 to pointer variable a
please help me to solve this problam
{
int *a;
in my program i want to load the vale 0x06 as an address to pointer variable a
how can i load the value 0x06 to pointer variable a
please help me to solve this problam