I always thought that defining no argument while declaring a function is the same as defining the argument as void, lets take an example:
TRY to guess the answer of the following question:
What happens if the following program is executed in C and C++?
#include <stdio.h>
void funtime(void)
{
printf("Hi…