Help
Advanced Member level 2

Program in C/C++
Hai...
Anyone can help me to explain the program...
1) The basic mian function...
a) main()
{
}
b) void main()
{
}
c) void main(void)
{
}
d) int main()
{
}
2) what the different between this 3 function...
void DELAY (int);
void DELAY (unsigned int);
void DELAY (const unsigned int);
Thank You
Hai...
Anyone can help me to explain the program...
1) The basic mian function...
a) main()
{
}
b) void main()
{
}
c) void main(void)
{
}
d) int main()
{
}
2) what the different between this 3 function...
void DELAY (int);
void DELAY (unsigned int);
void DELAY (const unsigned int);
Thank You