Hello people,

This is my first post, I am just learning C and I want to ask a simple question...

Suppose there is a

Code:
typedef struct {
    int a,b;
}x;
and I want to make a formula where y=a/b. What should I do and where should I put the code?

Thank you,