Latest C Aptitude Question SOLUTION: Q. main() { printf("%d", out); }i nt out=100; A. Compiler error: undefined symbol out in function main. Explanation: The rule is that a variable is available for use from the poi