why in Keil compiler we define the main as int rather that void ?
int main (void)
rather than ....
void main (void) ,like in C51