eebhoi01
Advanced Member level 4
Hello,
I am confused with this, can someone please help me understand how this following cases in declaration of variable differ?
1. uint8_t variable (uint8_t value)
2. uint8_t variable (uint8_t value1, uint8_t value2)
Another is, how does this function differ from each other?
void main() {
}
and
int main (void){
}
Thank you for your time guys, I am looking forward for someone who could enlighten me on this. Thank you.
I am confused with this, can someone please help me understand how this following cases in declaration of variable differ?
1. uint8_t variable (uint8_t value)
2. uint8_t variable (uint8_t value1, uint8_t value2)
Another is, how does this function differ from each other?
void main() {
}
and
int main (void){
}
Thank you for your time guys, I am looking forward for someone who could enlighten me on this. Thank you.