Hi ,
Is there any way to get the value of a global variable to a method in C which has the same variable declared in it ? For eg:



#include <stdio.h>
# include <conio.h>

int i=4;