Dear All,
Many thanks for the answer of my first question though i had the answer for this from one who has already put this question forward.I have modified it and it has worked.Thanks!!
Now i want to optimize my coding by adding another condition so that it doesn't perform a loop unnecessary if the same data is passed everytimes.Can i cache a result somewhere in C!Should i use an if statement?
In fact i have 3 test cases in 1 module.But two of them have same data to be passed.so i want to cache an intermediate result whenever the same data is used.
Many thanks
Nalini