Latest C Aptitude Question SOLUTION: Point out the error in the following program. #include #include fun(...); int main() { fun(3, 7, -11.2, 0.66); return 0; } fun(...) { va_list ptr;