Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 In the following program add a statement in the function fun() such that address of a gets stored in j? #include<stdio.h> int main() { int j; void fun(int); fun(&j); return 0; } void fun(int k) { int a=10; / Add a statement here / } ?->(Show Answer!)
1. In the following program add a statement in the function fun() such that address of a gets stored in j? #include<stdio.h> int main() { int j; void fun(int); fun(&j); return 0; } void fun(int k) { int a=10; / Add a statement here / }