Hi, I have a program like: main() { int i,*k; k = &i; i=4; ...... } then why dont i get {k -> i} ie k is aliased to i in any of the analysis. If i want to get this then how can i get it. thanks and regards, Ambika