Hi all,
I have a function and a structure both of which are defined outside the main function. I want to assign the value for my structure variable inside the function.The following are my function and structure
The following is my error:
In function drow:
asd is not declared in this scope.
Can anyone tell me how do I avoid this error and how to assign value to structure variable inside the function