What is the output of following code snippet ? void main() { printf(printf("anna")); }
anna
compile time error
anna4
non of the above
garbage