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