// Program 2 (Fails in compilation)
void fun(void) {  }
int main(void)
{
    fun(10, "GfG", "GQ");
    return 0;
}