#include <stdio.h> void N() { printf("Hello..."); } void main() { N(); }
Hello...
Previous Question Next Question
Your comments will be displayed only after manual approval.