Data StructuresSomeone please guide me about data structures. What are the data structures, Whats it included?
Stuck in ArraysAfter doing following changes it showed, [code] if (t[i]>=50){ s[j]=t[i]; cout << s...
Stuck in ArraysI have changed it like this [code]s[j]=t[i]; cout << s[j] << "\t"; s[j++];[/code] ...
Stuck in ArraysI have created an array. There are two arrays, I want to print larger than 50 values in the s[j] arr...
For LoopThats worked. Thanks.