Hello, I have a doubt regarding the following code. There is a void function funckey(). void funckey() { ; } void main() { funckey; funckey(); } During execution, the second statement calls the function funckey(). What does the compiler do in the first statement funckey? Thanks in advance, Subbulakshmi Sadagopal - : send the line "unsubscribe linux-c-programming" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html