Hi all, Can I pass anonymous structures as function arguments, Struct A{ int a; int b}; F(struct A a) { } Int main() { f({a,b}) } If I can how can I do that ? -Vamsi - : 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