Data Dependency and It’s Classifications

In computer Science, Data Dependency means a situation when a program statement or an instruction is dependent on the previous statement or instruction. That means when a program statement is called or run an instruction it refers to the data…