multiplication and division
This commit is contained in:
parent
8b68a433ff
commit
d44625524a
3 changed files with 130 additions and 15 deletions
16
05/main.c
16
05/main.c
|
@ -1,18 +1,4 @@
|
|||
static char x = -2;
|
||||
|
||||
typedef struct {
|
||||
int x;
|
||||
char y;
|
||||
long z;
|
||||
long q;
|
||||
} Structure;
|
||||
|
||||
Structure a = {1,2,3,-4};
|
||||
|
||||
long main(int argc, char **argv) {
|
||||
Structure a = {1,2,3,4};
|
||||
int x = 100;
|
||||
a;a;a;a;a;
|
||||
x = x + x, x = x + 2;
|
||||
return x;
|
||||
return ((float)1 / (float)3) * (float)3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue