Answer:
..
Explanation:
I dont know how to code in java yet, I'm sorry. btw do you code in python?
Answer:
Plants and animals are both living things, but at first glance, they seem very different. Animals tend to move around, while plants stay rooted in one place. Animals eat their food, while plants convert sunlight into the energy they need.
Explanation:
Hope it helps you..
Just correct me if i am wrong or something..
But, your welcome in advance..
(◍•ᴗ•◍)
Answer:
declaration of pointer variables are done using *
Explanation:
* denotes the declared variable is a pointer which can hold address of another location. To get values of any address & is used. For example, we have an integer variable <em>a</em> to which holds a value 10. if you want to read the address of the variable <em>a</em>, use <em>&a</em>. To store this address in any other memory declare a pointer variable.
int a = 10;
int *loc_a;
loc_a = &a;
Sjsjsjsjsjdhshshshshususs