Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 Point out the error in the program. #include<stdio.h> const char fun(); int main() { fun() = 'A'; return 0; } const char fun() { return "Hello"; } ?->(Show Answer!)