K
Kotni
Write a function of type void fn (void)
so that the o/p of the program should be anything other than 20.
(Dont use #define fn()..... )
main() {
int i=20;
fn();
printf("%d \n",i);
}
so that the o/p of the program should be anything other than 20.
(Dont use #define fn()..... )
main() {
int i=20;
fn();
printf("%d \n",i);
}